Alpha sort the nova and neutron sections.

I'm having a minor OCD moment.

Change-Id: I49cdf078d24a38dcdb1f2801764dbcbd6dd10ccf
This commit is contained in:
Robert Collins 2013-10-14 11:07:20 +13:00
parent aac4d516da
commit 0b9846ba25
1 changed files with 14 additions and 14 deletions

View File

@ -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: