]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Updates for stable/mitaka 8.0.0
authorEmilien Macchi <emilien@redhat.com>
Thu, 24 Mar 2016 22:44:01 +0000 (18:44 -0400)
committerEmilien Macchi <emilien@redhat.com>
Thu, 24 Mar 2016 22:49:07 +0000 (18:49 -0400)
* Update reno to find notes on stable/mitaka.
* Update Gemfile to checkout puppet-openstack_spec_helper
  from stable/mitaka.
* Update .gitreview to use stable/mitaka by default.

Change-Id: I7b75b032107785d82acc510dac2b74686e8e7d79

.gitreview
Gemfile
releasenotes/source/index.rst
releasenotes/source/mitaka.rst [new file with mode: 0644]

index 18185b186328118c6d345accdaf9efdbc3fdb10a..e97254a1856174af20ba22c999c9b1a54a485982 100644 (file)
@@ -2,3 +2,4 @@
 host=review.openstack.org
 port=29418
 project=openstack/puppet-ceilometer.git
+defaultbranch=stable/mitaka
diff --git a/Gemfile b/Gemfile
index efeba2a44670a4b673ed2e0649ac0c6be6579e15..c4761b8be64d9294c4f5dd4c50739e22cf8a8bb9 100644 (file)
--- 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
 
index c263c2ca7415adc164f91ffe481c10ba5e741afd..54fddf7311ade52d2dbfcab128c9a3ac1527ea69 100644 (file)
@@ -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 (file)
index 0000000..97ab8d1
--- /dev/null
@@ -0,0 +1,6 @@
+============================
+ Mitaka Series Release Notes
+============================
+
+.. release-notes::
+   :branch: origin/stable/mitaka