From 0b9846ba25fd32aabfbaac5d92ae201f46c30800 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Mon, 14 Oct 2013 11:07:20 +1300 Subject: Alpha sort the nova and neutron sections. I'm having a minor OCD moment. Change-Id: I49cdf078d24a38dcdb1f2801764dbcbd6dd10ccf --- overcloud-source.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'overcloud-source.yaml') diff --git a/overcloud-source.yaml b/overcloud-source.yaml index b862b4d1..619d668a 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -250,20 +250,6 @@ Resources: - Fn::GetAtt: - notcompute - networks - nova: - compute_driver: libvirt.LibvirtDriver - db: mysql://nova:unset@localhost/nova - host: - Fn::Select: - - 0 - - Fn::Select: - - 'ctlplane' - - Fn::GetAtt: - - notcompute - - networks - metadata-proxy: true - service-password: - Ref: NovaPassword neutron: host: Fn::Select: @@ -295,6 +281,20 @@ Resources: ovs_db: mysql://neutron:unset@localhost/ovs_neutron?charset=utf8 service-password: Ref: NeutronPassword + nova: + compute_driver: libvirt.LibvirtDriver + db: mysql://nova:unset@localhost/nova + host: + Fn::Select: + - 0 + - Fn::Select: + - 'ctlplane' + - Fn::GetAtt: + - notcompute + - networks + metadata-proxy: true + service-password: + Ref: NovaPassword rabbit: host: Fn::Select: -- cgit 1.2.3-korg