From 684e6f89881779341ed3c35584f387f0b204243f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Thu, 5 Oct 2017 15:11:29 +0200 Subject: [PATCH] Stop using --pull-source for image prepare The image prepare --pull-source arg was deprecated in favor of --namespace. Change-Id: I1c13418637a49e89a956fc9ee0c34b4879838bc8 --- doc/source/install/containers_deployment/overcloud.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/source/install/containers_deployment/overcloud.rst b/doc/source/install/containers_deployment/overcloud.rst index acb4f670..96360277 100644 --- a/doc/source/install/containers_deployment/overcloud.rst +++ b/doc/source/install/containers_deployment/overcloud.rst @@ -46,9 +46,8 @@ a heat environment file `~/docker_registry.yaml` to deploy an overcloud with container images from RDO docker registry:: openstack overcloud container image prepare \ - --namespace master \ + --namespace trunk.registry.rdoproject.org/master \ --tag tripleo-ci-testing \ - --pull-source trunk.registry.rdoproject.org \ --env-file ~/docker_registry.yaml The options ``--namespace master`` and ``--tag tripleo-ci-testing`` @@ -79,9 +78,8 @@ up the ``overcloud_containers.yaml`` configuration file containing the pull and push diestinations:: openstack overcloud container image prepare \ - --namespace master \ + --namespace trunk.registry.rdoproject.org/master \ --tag tripleo-ci-testing \ - --pull-source trunk.registry.rdoproject.org \ --push-destination 192.168.24.1:8787 \ --images-file overcloud_containers.yaml