Alpha sort the nova and neutron sections.
authorRobert Collins <rbtcollins@hp.com>
Sun, 13 Oct 2013 22:07:20 +0000 (11:07 +1300)
committerRobert Collins <rbtcollins@hp.com>
Sun, 13 Oct 2013 22:22:40 +0000 (11:22 +1300)
I'm having a minor OCD moment.

Change-Id: I49cdf078d24a38dcdb1f2801764dbcbd6dd10ccf

overcloud-source.yaml

index b862b4d..619d668 100644 (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: