Updating python-tripleoclient requires to upgrade the containers images repo

Before executing the Undercloud upgrade we need to generate
the containers image like:

openstack overcloud container image prepare \
--namespace
.

In this case we need to have available
the correct images, otherwise we will miss
services and correct versions.

Change-Id: I108180643000ebf349648358c5ced48fce2b3dcb
Resolves: rhbz#1607421
This commit is contained in:
Carlos Camacho 2018-08-27 11:31:24 +02:00
parent b9541fba13
commit d9616842a3
2 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@ testscenarios===0.4
testtools==2.2.0
tooz==1.58.0
traceback2==1.4.0
tripleo-common==9.1.0
tripleo-common==9.3.0
ujson==1.35
unittest2==1.1.0
vine==1.1.4

View File

@ -16,5 +16,5 @@ simplejson>=3.5.1 # MIT
six>=1.10.0 # MIT
osc-lib>=1.8.0 # Apache-2.0
websocket-client>=0.44.0 # LGPLv2+
tripleo-common>=9.1.0 # Apache-2.0
tripleo-common>=9.3.0 # Apache-2.0
cryptography>=2.1 # BSD/Apache-2.0