Merge "Enable horizon deployment in gate"

This commit is contained in:
Jenkins 2017-01-03 16:44:39 +00:00 committed by Gerrit Code Review
commit 6b37f73ace
2 changed files with 4 additions and 1 deletions

View File

@ -74,7 +74,7 @@ docker_restart_policy: "never"
docker_namespace: "lokolla"
network_interface: "${PRIVATE_INTERFACE}"
neutron_external_interface: "fake_interface"
enable_horizon: "no"
enable_horizon: "yes"
enable_heat: "no"
openstack_logging_debug: "True"
openstack_service_workers: "1"

View File

@ -66,6 +66,9 @@ namespace = lokolla
base = ${BASE_DISTRO}
install_type = ${INSTALL_TYPE}
profile = gate
[profiles]
gate = cron,glance,haproxy,keepalived,keystone,kolla-toolbox,mariadb,memcached,neutron,nova,openvswitch,rabbitmq,heka,horizon
EOF
if [[ "${DISTRO}" == "Debian" ]]; then