Add client access to enquiry API
Add drydock client access to the enquiry API endpoint and CLI commands to access this endpoit. Use PrettyTable to output the data. Add a tox job for creating the frozen dependency list Change-Id: Ie1724052eb9ae9500e6b0df8f0c78e25ae0617f4
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
amqp==2.2.1
|
||||
Babel==2.3.4
|
||||
amqp==2.2.2
|
||||
Babel==2.5.1
|
||||
bson==0.4.7
|
||||
cachetools==2.0.0
|
||||
cachetools==2.0.1
|
||||
certifi==2017.7.27.1
|
||||
chardet==3.0.4
|
||||
click==6.7
|
||||
contextlib2==0.5.5
|
||||
debtcollector==1.17.0
|
||||
debtcollector==1.18.0
|
||||
enum-compat==0.0.2
|
||||
eventlet==0.20.0
|
||||
falcon==1.2.0
|
||||
falcon==1.3.0
|
||||
fasteners==0.14.1
|
||||
futurist==1.3.0
|
||||
futurist==1.4.0
|
||||
greenlet==0.4.12
|
||||
idna==2.5
|
||||
idna==2.6
|
||||
iso8601==0.1.11
|
||||
Jinja2==2.9.6
|
||||
keystoneauth1===2.13.0
|
||||
keystoneauth1==2.13.0
|
||||
keystonemiddleware==4.9.1
|
||||
kombu==4.1.0
|
||||
MarkupSafe==1.0
|
||||
@@ -24,26 +24,28 @@ monotonic==1.3
|
||||
msgpack-python==0.4.8
|
||||
netaddr==0.7.19
|
||||
netifaces==0.10.6
|
||||
oauthlib==2.0.2
|
||||
oslo.concurrency==3.21.0
|
||||
oslo.config==4.11.0
|
||||
oslo.context==2.17.0
|
||||
oslo.i18n==3.17.0
|
||||
oslo.log==3.30.0
|
||||
oslo.messaging==5.30.0
|
||||
oslo.middleware==3.30.0
|
||||
oauthlib==2.0.4
|
||||
oslo.concurrency==3.23.0
|
||||
oslo.config==3.16.0
|
||||
oslo.context==2.19.1
|
||||
oslo.i18n==3.18.0
|
||||
oslo.log==3.31.0
|
||||
oslo.messaging==5.33.0
|
||||
oslo.middleware==3.32.1
|
||||
oslo.policy==1.22.1
|
||||
oslo.serialization==2.20.0
|
||||
oslo.service==1.25.0
|
||||
oslo.utils==3.28.0
|
||||
oslo.serialization==2.21.1
|
||||
oslo.service==1.26.0
|
||||
oslo.utils==3.30.0
|
||||
oslo.versionedobjects==1.23.0
|
||||
Paste==2.0.3
|
||||
PasteDeploy==1.5.2
|
||||
pbr==3.1.1
|
||||
pika==0.10.0
|
||||
pika==0.11.0
|
||||
pika-pool==0.1.3
|
||||
positional==1.1.2
|
||||
pip==9.0.1
|
||||
positional==1.2.1
|
||||
prettytable==0.7.2
|
||||
PTable==0.9.2
|
||||
pycadf==2.6.0
|
||||
pycrypto==2.6.1
|
||||
pyghmi==1.0.18
|
||||
@@ -54,16 +56,18 @@ python-keystoneclient==3.13.0
|
||||
python-mimeparse==1.6.0
|
||||
pytz==2017.2
|
||||
PyYAML==3.12
|
||||
repoze.lru==0.6
|
||||
requests==2.18.2
|
||||
repoze.lru==0.7
|
||||
requests==2.18.4
|
||||
rfc3986==1.1.0
|
||||
Routes==2.4.1
|
||||
six==1.10.0
|
||||
setuptools==36.6.0
|
||||
six==1.11.0
|
||||
statsd==3.2.1
|
||||
stevedore==1.25.0
|
||||
stevedore==1.27.1
|
||||
tenacity==4.4.0
|
||||
urllib3==1.22
|
||||
uWSGI==2.0.15
|
||||
vine==1.1.4
|
||||
WebOb==1.7.3
|
||||
wrapt==1.10.10
|
||||
wheel==0.30.0
|
||||
wrapt==1.10.11
|
||||
|
||||
Reference in New Issue
Block a user