Newer Deckhand engine

Updates Promenade to use a newer Deckhand version

Change-Id: I240b12093a9ef6da26d04eaffb79d834f513e537
This commit is contained in:
Bryan Strassner 2018-11-06 14:18:02 -06:00
parent a5a17ffe6d
commit 6359f7138c
2 changed files with 20 additions and 22 deletions

View File

@ -14,4 +14,4 @@ pbr==3.0.1
pyyaml==3.12 pyyaml==3.12
requests==2.18.4 requests==2.18.4
uwsgi==2.0.15 uwsgi==2.0.15
git+https://git.openstack.org/openstack/airship-deckhand@7d697012fcbd868b14670aa9cf895acfad5a7f8d git+https://git.openstack.org/openstack/airship-deckhand@2f596fd62713bfd4149757a77a4943dd60b64cca

View File

@ -4,18 +4,17 @@ asn1crypto==0.24.0
attrs==18.2.0 attrs==18.2.0
Babel==2.6.0 Babel==2.6.0
Beaker==1.9.1 Beaker==1.9.1
cachetools==2.1.0 cachetools==3.0.0
certifi==2018.10.15 certifi==2018.10.15
cffi==1.11.5 cffi==1.11.5
chardet==3.0.4 chardet==3.0.4
click==6.7 click==6.7
cliff==2.13.0 cliff==2.14.0
cmd2==0.9.6 cmd2==0.9.6
colorama==0.4.0 colorama==0.4.0
contextlib2==0.5.5
cryptography==2.3.1 cryptography==2.3.1
debtcollector==1.20.0 debtcollector==1.20.0
git+https://git.openstack.org/openstack/airship-deckhand@7d697012fcbd868b14670aa9cf895acfad5a7f8d git+https://git.openstack.org/openstack/airship-deckhand@2f596fd62713bfd4149757a77a4943dd60b64cca
decorator==4.3.0 decorator==4.3.0
deepdiff==3.3.0 deepdiff==3.3.0
dnspython==1.15.0 dnspython==1.15.0
@ -26,7 +25,7 @@ falcon==1.2.0
fasteners==0.14.1 fasteners==0.14.1
fixtures==3.0.0 fixtures==3.0.0
flake8==2.6.2 flake8==2.6.2
futurist==1.7.0 futurist==1.8.0
google-auth==1.5.1 google-auth==1.5.1
greenlet==0.4.15 greenlet==0.4.15
hacking==1.1.0 hacking==1.1.0
@ -43,33 +42,33 @@ kombu==4.2.1
kubernetes==3.0.0 kubernetes==3.0.0
linecache2==1.0.0 linecache2==1.0.0
Mako==1.0.7 Mako==1.0.7
MarkupSafe==1.0 MarkupSafe==1.1.0
mccabe==0.5.3 mccabe==0.5.3
monotonic==1.5 monotonic==1.5
msgpack==0.5.6 msgpack==0.5.6
netaddr==0.7.19 netaddr==0.7.19
netifaces==0.10.7 netifaces==0.10.7
networkx==2.1 networkx==2.2
oslo.cache==1.31.0 oslo.cache==1.31.1
oslo.concurrency==3.28.1 oslo.concurrency==3.28.1
oslo.config==6.6.1 oslo.config==6.6.2
oslo.context==2.19.2 oslo.context==2.19.2
oslo.db==4.41.1 oslo.db==4.41.1
oslo.i18n==3.22.1 oslo.i18n==3.22.1
oslo.log==3.40.1 oslo.log==3.40.1
oslo.messaging==8.1.2 oslo.messaging==9.1.1
oslo.middleware==3.36.0 oslo.middleware==3.36.0
oslo.policy==1.22.1 oslo.policy==1.22.1
oslo.serialization==2.28.1 oslo.serialization==2.28.1
oslo.service==1.32.0 oslo.service==1.32.1
oslo.utils==3.37.1 oslo.utils==3.37.1
Paste==2.0.3 Paste==3.0.1
PasteDeploy==1.5.2 PasteDeploy==1.5.2
pbr==3.0.1 pbr==3.0.1
ply==3.11 ply==3.11
positional==1.2.1 positional==1.2.1
prettytable==0.7.2 prettytable==0.7.2
psycopg2==2.7.4 psycopg2==2.7.5
pyasn1==0.4.4 pyasn1==0.4.4
pyasn1-modules==0.2.2 pyasn1-modules==0.2.2
pycadf==2.8.0 pycadf==2.8.0
@ -77,15 +76,15 @@ pycodestyle==2.0.0
pycparser==2.19 pycparser==2.19
pyflakes==1.2.3 pyflakes==1.2.3
pyinotify==0.9.6 pyinotify==0.9.6
pyparsing==2.2.2 pyparsing==2.3.0
pyperclip==1.7.0 pyperclip==1.7.0
python-barbicanclient==4.7.0 python-barbicanclient==4.7.0
python-dateutil==2.7.3 python-dateutil==2.7.5
python-editor==1.0.3 python-editor==1.0.3
python-keystoneclient==3.17.0 python-keystoneclient==3.18.0
python-memcached==1.59 python-memcached==1.59
python-mimeparse==1.6.0 python-mimeparse==1.6.0
pytz==2018.5 pytz==2018.7
PyYAML==3.12 PyYAML==3.12
repoze.lru==0.7 repoze.lru==0.7
requests==2.18.4 requests==2.18.4
@ -93,19 +92,18 @@ rfc3986==1.1.0
Routes==2.4.1 Routes==2.4.1
rsa==4.0 rsa==4.0
six==1.11.0 six==1.11.0
SQLAlchemy==1.2.12 SQLAlchemy==1.2.13
sqlalchemy-migrate==0.11.0 sqlalchemy-migrate==0.11.0
sqlparse==0.2.4 sqlparse==0.2.4
statsd==3.3.0 statsd==3.3.0
stevedore==1.29.0 stevedore==1.30.0
Tempita==0.5.2 Tempita==0.5.2
tenacity==5.0.2
testresources==2.0.1 testresources==2.0.1
testscenarios==0.5.0 testscenarios==0.5.0
testtools==2.3.0 testtools==2.3.0
traceback2==1.4.0 traceback2==1.4.0
unittest2==1.1.0 unittest2==1.1.0
urllib3==1.23 urllib3==1.24
uWSGI==2.0.15 uWSGI==2.0.15
vine==1.1.4 vine==1.1.4
wcwidth==0.1.7 wcwidth==0.1.7