From: Roman Podolyaka Date: Thu, 19 Sep 2013 15:09:52 +0000 (+0300) Subject: Provide Neutron password in compute metadata X-Git-Tag: opnfv-6.0.0~2944 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=b7f0bb6123f75c87e4da51f6bfa7a92a515a898c;hp=73fbe1e1215615a1470b55b625b399cf17beae8b;p=apex-tripleo-heat-templates.git Provide Neutron password in compute metadata overcloud compute node makes requests to Neutron API and requires quantum_admin_password option of nova.conf to be set (it is defined in nova image element like quantum_admin_password={{neutron.service-password}}). Without this, booting of a user instance in overcloud fails, because nova-compute service can't authorize requests to Neutron API. Change-Id: Ie726d0c3d54abc6c24a45fde3f5af03fd2cf9e37 --- diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml index f027f3b5..3074228e 100644 --- a/nova-compute-instance.yaml +++ b/nova-compute-instance.yaml @@ -128,6 +128,8 @@ Resources: network_vlan_ranges: {Ref: NeutronNetworkVLANRanges} bridge_mappings: {Ref: NeutronBridgeMappings} enable_tunneling: {Ref: NeutronEnableTunnelling} + service-password: + Ref: NeutronPassword admin-password: {Ref: AdminPassword} rabbit: host: {Ref: RabbitHost}