From 53d73adfcb5b42be317e811ece486a9f2e3c3d04 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 12 Mar 2015 14:03:57 +0000 Subject: cluster-fixup --- clusters/openstack-cluster.morph | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/openstack-cluster.morph b/clusters/openstack-cluster.morph index 7edf2420..ac34e058 100644 --- a/clusters/openstack-cluster.morph +++ b/clusters/openstack-cluster.morph @@ -22,15 +22,15 @@ systems: KEYSTONE_ADMIN_URL: http://onenode:35357/v2.0 KEYSTONE_DB_USER: keystoneDB KEYSTONE_DB_PASSWORD: veryinsecure - IDENTITY_URI: http:\/\/onenode:35357 + IDENTITY_URI: http://onenode:35357 CONTROLLER_HOST: onenode OPENSTACK_AUTH_HOST: onenode OPENSTACK_AUTH_PORT: 35357 GLANCE_SERVICE_USER: glance GLANCE_SERVICE_PASSWORD: veryinsecure - GLANCE_PUBLIC_URL: http:\/\/onenode:9292 - GLANCE_INTERNAL_URL: http:\/\/onenode:9292 - GLANCE_ADMIN_URL: http:\/\/onenode:9292 + GLANCE_PUBLIC_URL: http://onenode:9292 + GLANCE_INTERNAL_URL: http://onenode:9292 + GLANCE_ADMIN_URL: http://onenode:9292 GLANCE_HOST: onenode GLANCE_DB_USER: glanceDB GLANCE_DB_PASSWORD: veryinsecure -- cgit v1.2.1