From 38c40f89d44b1b51511374165c83eabd46c5c867 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 28 Oct 2014 10:02:25 +0000 Subject: Fix nova cluster configuration Add NOVA_REGION obligatory field and add quotes to the command needed when are replaced for the token. This is needed because the use of %(...) structure in the command wouldn't be nicely expanded causing the command to fail. --- clusters/openstack-cluster.morph | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'clusters') diff --git a/clusters/openstack-cluster.morph b/clusters/openstack-cluster.morph index a4dc4c2a..e851aa73 100644 --- a/clusters/openstack-cluster.morph +++ b/clusters/openstack-cluster.morph @@ -25,8 +25,9 @@ systems: OPENSTACK_AUTH_HOST: localhost NOVA_HOST: localhost GLANCE_HOST: localhost - NOVA_SERVICE_USER: glance + NOVA_SERVICE_USER: nova NOVA_SERVICE_PASSWORD: veryinsecure - NOVA_PUBLIC_URL: http:\/\/localhost:8774\/v2\/\%\(tenant_id\)s - NOVA_INTERNAL_URL:http: \/\/localhost:8774\/v2\/\%\(tenant_id\)s - NOVA_ADMIN_URL: http:\/\/localhost:8774\/v2\/\%\(tenant_id\)s + NOVA_PUBLIC_URL: \"http:\/\/localhost:8774\/v2\/\%\(tenant_id\)s\" + NOVA_INTERNAL_URL: \"http:\/\/localhost:8774\/v2\/\%\(tenant_id\)s\" + NOVA_ADMIN_URL: \"http:\/\/localhost:8774\/v2\/\%\(tenant_id\)s\" + NOVA_REGION: LON -- cgit v1.2.1