diff --git a/.gitreview b/.gitreview index b2ae1d3b..b47c67d6 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.openstack.org port=29418 project=openstack/puppet-glance.git +defaultbranch=stable/mitaka diff --git a/Gemfile b/Gemfile index efeba2a4..c4761b8b 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,8 @@ group :development, :test do gem 'puppet-lint-numericvariable', :require => 'false' gem 'json', :require => 'false' gem 'puppet-openstack_spec_helper', - :git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper', + :git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper', + :branch => 'stable/mitaka', :require => false end diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst index 3ada94b2..6ae57cf9 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -8,6 +8,7 @@ Contents .. toctree:: :maxdepth: 2 + mitaka unreleased diff --git a/releasenotes/source/mitaka.rst b/releasenotes/source/mitaka.rst new file mode 100644 index 00000000..97ab8d1d --- /dev/null +++ b/releasenotes/source/mitaka.rst @@ -0,0 +1,6 @@ +============================ + Mitaka Series Release Notes +============================ + +.. release-notes:: + :branch: origin/stable/mitaka