Put the variables in alphabetical order in all.yml

Change-Id: Icca182a9d570f6e7b39bec91ee6d1558a4da855f
Closes-Bug: #1567932
(cherry picked from commit e114bd86cb)
This commit is contained in:
Mauricio Lima 2016-04-08 09:06:52 -04:00
parent e5b0ff7c19
commit df3e895107
1 changed files with 6 additions and 6 deletions

View File

@ -174,26 +174,26 @@ openstack_auth:
enable_glance: "yes"
enable_haproxy: "yes"
enable_keystone: "yes"
enable_memcached: "yes"
enable_mariadb: "yes"
enable_memcached: "yes"
enable_neutron: "yes"
enable_nova: "yes"
enable_rabbitmq: "yes"
# Additional optional OpenStack services are specified here
enable_central_logging: "no"
enable_ceph: "no"
enable_ceph_rgw: "no"
enable_cinder: "no"
enable_heat: "yes"
enable_horizon: "yes"
enable_swift: "no"
enable_murano: "no"
enable_ironic: "no"
enable_magnum: "no"
enable_mistral: "no"
enable_central_logging: "no"
enable_mongodb: "no"
enable_manila: "no"
enable_mistral: "no"
enable_mongodb: "no"
enable_murano: "no"
enable_swift: "no"
ironic_keystone_user: "ironic"
neutron_keystone_user: "neutron"