From 82fcf8fad0e30743f3f306526ce9e17d5bda59b2 Mon Sep 17 00:00:00 2001 From: SamYaple Date: Sun, 27 Dec 2015 16:09:42 +0000 Subject: [PATCH] Fix version in master Master version was still set to 1.0.0. This became alot more obvious in a recent patch when we started pulling that version number for the tag... TrivialFix Change-Id: Ie9c95a4dc606d0527c44fcd624b4473e45f7f3cf --- ansible/group_vars/all.yml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index 3c5e41e0f1..31db08125b 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -114,7 +114,7 @@ magnum_api_port: "9511" #################### # Openstack options #################### -openstack_release: "1.0.0" +openstack_release: "2.0.0" openstack_logging_verbose: "True" openstack_logging_debug: "False" diff --git a/setup.cfg b/setup.cfg index da4b496b25..e5196cf201 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = kolla -version = 1.0.0 +version = 2.0.0 summary = Kolla OpenStack Deployment description-file = README.rst