Kayobe 3.0.0 release
Adds support for the OpenStack pike release. Update python module version, edit release notes.
This commit is contained in:
parent
a12aeeba94
commit
c246f634ad
@ -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
|
||||
============
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user