Kayobe 3.0.0 release

Adds support for the OpenStack pike release.

Update python module version, edit release notes.
This commit is contained in:
Mark Goddard 2017-09-20 21:04:03 +01:00
parent a12aeeba94
commit c246f634ad
2 changed files with 20 additions and 1 deletions

View File

@ -2,6 +2,25 @@
Release Notes
=============
Kayobe 3.0.0
============
Kayobe 3.0.0 was released on 20th September 2017.
Features
--------
* Adds support for the OpenStack Pike release.
* Adds support for saving overcloud service configuration to the ansible
control host.
* Adds support for generating overcloud service configuration, without applying
it to the running system.
Upgrade Notes
-------------
See the upgrade notes for the pike release of the OpenStack services in use.
Kayobe 2.0.0
============

View File

@ -18,7 +18,7 @@ from setuptools import setup, find_packages
PROJECT = 'kayobe'
VERSION = '2.0.0'
VERSION = '3.0.0'
try:
long_description = open('README.md', 'rt').read()