Jump to: navigation, search

Difference between revisions of "Nova/Client Release Process"

(Created page with "python-novaclient releases are done on request as required. There is no fixed cadence like for nova releases. Normally these releases are done by the PTL. Here's the process:...")
 
(Replaced content with "== ARCHIVED == python-novaclient releases happen through the openstack/releases repo process now: https://github.com/openstack/releases Category: Compute")
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
python-novaclient releases are done on request as required. There is no fixed cadence like for nova releases. Normally these releases are done by the PTL. Here's the process:
+
== ARCHIVED ==
 +
python-novaclient releases happen through the openstack/releases repo process now:
  
* I use Dolph's release helper script to handle the LaunchPad heavy lifting for me. Clone [http://github.com/dolph/launchpad his git repo] and change the NAME variable at the top of the script to your name. Then run this command (where 2.18.0 is the release number to use -- you can see a list of previous releases [https://github.com/openstack/python-novaclient/releases on github.com]):
+
https://github.com/openstack/releases
  
python release_client.py python-novaclient 2.18.0
+
[[Category: Compute]]
 
 
* TODO
 

Latest revision as of 21:24, 31 January 2017

ARCHIVED

python-novaclient releases happen through the openstack/releases repo process now:

https://github.com/openstack/releases