Change default namespace to stackhpc and release to 4.0.0.0rc1 (Ocata)

This commit is contained in:
Mark Goddard 2017-03-03 16:51:13 +00:00
parent e7f979e964
commit f57f06c1e0

View File

@ -35,10 +35,10 @@ kolla_base_distro: "centos"
kolla_install_type: "binary" kolla_install_type: "binary"
# Docker namespace to use for Kolla images. # Docker namespace to use for Kolla images.
kolla_docker_namespace: "kolla" kolla_docker_namespace: "stackhpc"
# Kolla OpenStack release version. This should be a Docker image tag. # Kolla OpenStack release version. This should be a Docker image tag.
kolla_openstack_release: "3.0.2" kolla_openstack_release: "4.0.0.0rc1"
# Dict mapping names of sources to their definitions for # Dict mapping names of sources to their definitions for
# kolla_install_type=source. See kolla.common.config for details. # kolla_install_type=source. See kolla.common.config for details.