Add flag to enable magnum service

This commit is contained in:
Mark Goddard 2017-05-09 14:09:33 +01:00
parent 29e5c9cd1d
commit 8fb2a535a3

View File

@ -102,6 +102,8 @@ controller_container_image_regex_map:
enabled: True
- regex: kolla-toolbox
enabled: True
- regex: magnum
enabled: "{{ kolla_enable_magnum | bool }}"
- regex: mariadb
enabled: True
- regex: memcached
@ -152,6 +154,7 @@ kolla_openstack_logging_debug: "False"
kolla_enable_glance: "yes"
kolla_enable_ironic: "yes"
kolla_enable_neutron: "yes"
kolla_enable_magnum: "no"
kolla_enable_swift: "yes"
###############################################################################