summaryrefslogtreecommitdiff
path: root/clusters/openstack-cluster.morph
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-11-14 16:21:00 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-11 18:30:28 +0000
commite1282858bdcd2eddfe003b641f17b922d3a54362 (patch)
tree4b0592d810b6f161488b0eedf8fce952b53c2e0a /clusters/openstack-cluster.morph
parent27caf90943d02e717386c9e2392fb3d4d86e8c74 (diff)
downloaddefinitions-e1282858bdcd2eddfe003b641f17b922d3a54362.tar.gz
Fix nova configuration adding ip address for nova
Nova is expecting its ipaddress is configured as an ipaddress and not a name, i.e. it is expecting 127.0.0.1 and it will fail with localhost. See my_ip field in /etc/nova/nova.conf
Diffstat (limited to 'clusters/openstack-cluster.morph')
-rw-r--r--clusters/openstack-cluster.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/clusters/openstack-cluster.morph b/clusters/openstack-cluster.morph
index 583342d7..d47e49f6 100644
--- a/clusters/openstack-cluster.morph
+++ b/clusters/openstack-cluster.morph
@@ -26,8 +26,8 @@ systems:
GLANCE_PUBLIC_URL: http:\/\/localhost:9292
GLANCE_INTERNAL_URL: http:\/\/localhost:9292
GLANCE_ADMIN_URL: http:\/\/localhost:9292
- NOVA_HOST: localhost
GLANCE_HOST: localhost
+ NOVA_HOST: 127.0.0.1
NOVA_SERVICE_USER: nova
NOVA_SERVICE_PASSWORD: veryinsecure
NOVA_PUBLIC_URL: \"http:\/\/localhost:8774\/v2\/\%\(tenant_id\)s\"