[release-announce] openstackclient 0.1.0

no-reply at openstack.org no-reply at openstack.org
Fri Dec 14 17:29:48 UTC 2018


We are satisfied to announce the release of:

openstackclient 0.1.0: OpenStack Command-line Client

This is the first release of openstackclient.

The source is available from:

    https://git.openstack.org/cgit/openstack/openstackclient

Download the package from:

    https://pypi.org/project/openstackclient

Please report issues through launchpad:

    https://bugs.launchpad.net/python-openstackclient

For more details, please see below.

Changes in openstackclient 245be3b3dd71ba43f39fb9392c666c02f00222d9..0.1.0
--------------------------------------------------------------------------

9155930 fix tox python3 overrides
06a7f96 add python 3.6 unit test job
55c0c42 import zuul job settings from project-config
530e586 Update openstackclient-check-plugins to honor constraints
aebbade Switch to stestr
e26281d Trivial: Update pypi url to new url
ed9fc78 Add python-qinlingclient to zuul job
ca95da0 Zuul: Remove project name
47bd5d8 Update homepage url
ef2f57b Fix check plugins: zuul.projects is now a dict
f811fba Zuul: add file extension to playbook path
9b23f48 Always find the test python module in this repo
fac9e32 Add OSC plugin job
ea505bb Updated from global requirements
4ce2ea6 Add python-octaviaclient
dc5a48e Updated from global requirements
bf4441a Updated from global requirements
db478f6 Explicitly depend on python-openstackclient
61eda5e Updated from global requirements
169f8a1 Updated from global requirements
9b9928d add new plugins to requirements.txt
ef9dec8 Fix for Sphinx 1.5 and pbr 1.10
f85764d Updated from global requirements
ddf48da Updated from global requirements
a1d37b3 Updated from global requirements
e7924ad Updated from global requirements
49b361d Initial commit for the OSC metapackage repo.




Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..4806598
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,24 @@
+# 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.
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+aodhclient>=0.9.0 # Apache-2.0
+gnocchiclient>=3.3.1 # Apache-2.0
+python-barbicanclient>=4.5.2 # Apache-2.0
+python-congressclient<2000,>=1.3.0 # Apache-2.0
+python-designateclient>=2.7.0 # Apache-2.0
+python-heatclient>=1.10.0 # Apache-2.0
+python-ironicclient>=1.14.0 # Apache-2.0
+python-ironic-inspector-client>=1.5.0 # Apache-2.0
+python-mistralclient>=3.1.0 # Apache-2.0
+python-muranoclient>=0.8.2 # Apache-2.0
+python-neutronclient>=6.3.0 # Apache-2.0
+python-octaviaclient>=1.0.0 # Apache-2.0
+python-openstackclient>=3.12.0 # Apache-2.0
+python-saharaclient>=1.2.0 # Apache-2.0
+python-searchlightclient>=1.0.0 #Apache-2.0
+python-senlinclient>=1.1.0 # Apache-2.0
+python-troveclient>=2.2.0 # Apache-2.0
+python-vitrageclient>=1.3.0 # Apache-2.0
+python-watcherclient>=1.1.0 # Apache-2.0
+python-zaqarclient>=1.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..890b469
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,12 @@
+# 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.
+hacking<0.11,>=0.10.0
+
+# this is required for the tests
+oslotest>=1.10.0 # Apache-2.0
+stestr>=2.0.0 # Apache-2.0
+
+# this is required for the docs
+sphinx>=1.6.2 # BSD
+oslosphinx>=4.7.0 # Apache-2.0






More information about the Release-announce mailing list