Jump to: navigation, search

Nova/Client Release Process

< Nova
Revision as of 23:33, 10 July 2014 by Mikalstill (talk | contribs) (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:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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:

  • I use Dolph's release helper script to handle the LaunchPad heavy lifting for me. Clone 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 on github.com):
python release_client.py python-novaclient 2.18.0
  • TODO