diff options
author | Robert Collins <rbtcollins@hp.com> | 2013-10-14 11:07:20 +1300 |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2013-10-14 11:22:40 +1300 |
commit | 0b9846ba25fd32aabfbaac5d92ae201f46c30800 (patch) | |
tree | fbe1ac3d6124ad99840cfbc67f8ab8d573a0be3a | |
parent | aac4d516da32a0a59ddc2d6b87c8f674b45626c7 (diff) |
Alpha sort the nova and neutron sections.
I'm having a minor OCD moment.
Change-Id: I49cdf078d24a38dcdb1f2801764dbcbd6dd10ccf
-rw-r--r-- | overcloud-source.yaml | 28 |
1 files changed, 14 insertions, 14 deletions
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: |