packstack install using hostname
Hello,
I have a requirement, where the IP address of the vm on which packstack, is deployed changes every 4 weeks. Because of this constraint, i need to do the install using the hostname and not the ip address.
But while deploying openstack using packstack ... if i specify a hostname when prompted for entering an ip address, i receive an error that the value entered is not in a valid format (since packstack expects the input to be an ip address).
Is there a way to override this and use hostname during the installation. ??
P.S: I am not doing a full --allinone install ... Keystone , Glance and command line tools are the only components that i need to deploy.