summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2018-03-02 10:42:37 +0100
committerMonty Taylor <mordred@inaugust.com>2018-04-27 08:42:17 -0500
commit5c2eae8f8242332aff59d18b45a7d17f01524aaa (patch)
treedaed1b5a86a0adf854504af254661a950be95fb9 /requirements.txt
parentcf5f446f27a08a41366847e2b586c51f9a6d696f (diff)
downloados-client-config-5c2eae8f8242332aff59d18b45a7d17f01524aaa.tar.gz
Replace guts with openstack.config1.31.0
The code has been moved into openstacksdk. Make os-client-config a thin wrapper around that code. The legacy client code needs to stay, as it was removed in openstacksdk. We also have to plumb os_client_config.defaults and os_client_config.cloud_region.CloudRegion in so that users get the os-client-config versions from the openstacksdk methods that return the relevant objects. Support for per-service region_name has been dropped. This was never used anywhere and was added for compatibility with openstacksdk Profile objects. Since Profile objects are no more, we can remove it. It never made any sense. Change-Id: I7180e20aa675c0ccbe3718493a6eff2be7e1b8b6
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index b8f674c..5bfd5d8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,4 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-PyYAML>=3.12 # MIT
-appdirs>=1.3.0 # MIT License
-keystoneauth1>=3.4.0 # Apache-2.0
-requestsexceptions>=1.2.0 # Apache-2.0
+openstacksdk>=0.13.0 # Apache-2.0