From 7a4c9612cb486ebd9fdb46f100b3f5d9e4dbf39c Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Wed, 3 Dec 2014 16:53:41 +0000 Subject: Add Neutron variables used in deployment time --- clusters/openstack-cluster.morph | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'clusters') diff --git a/clusters/openstack-cluster.morph b/clusters/openstack-cluster.morph index e58d4527..9f773a26 100644 --- a/clusters/openstack-cluster.morph +++ b/clusters/openstack-cluster.morph @@ -45,3 +45,8 @@ systems: CINDER_PUBLIC_URL_V2: \"http:\/\/localhost:8776\/v2\/\%\(tenant_id\)s\" CINDER_INTERNAL_URL_V2: \"http:\/\/localhost:8776\/v2\/\%\(tenant_id\)s\" CINDER_ADMIN_URL_V2: \"http:\/\/localhost:8776\/v2\/\%\(tenant_id\)s\" + NEUTRON_SERVICE_USER: neutron + NEUTRON_SERVICE_PASSWORD: veryinsecure + NEUTRON_PUBLIC_URL: \"http:\/\/localhost:9696\/v2\/\%\(tenant_id\)s\" + NEUTRON_INTERNAL_URL: \"http:\/\/localhost:9696\/v2\/\%\(tenant_id\)s\" + NEUTRON_ADMIN_URL: \"http:\/\/localhost:9696\/v2\/\%\(tenant_id\)s\" -- cgit v1.2.1