Skip to content

Commit 561137e

Browse files
Jenkinsopenstack-gerrit
Jenkins
authored andcommitted
Merge "update faq entry about running other branches"
2 parents b041819 + 1759618 commit 561137e

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

doc/source/faq.rst

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -124,24 +124,30 @@ Of course!
124124

125125
enable_service q-svc
126126

127-
How do I run a specific OpenStack milestone?
127+
How do I run a specific OpenStack release?
128128
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
129129

130-
OpenStack milestones have tags set in the git repo. Set the
131-
appropriate tag in the ``*_BRANCH`` variables in ``local.conf``.
132-
Swift is on its own release schedule so pick a tag in the Swift repo
133-
that is just before the milestone release. For example:
130+
DevStack master tracks the upstream master of all the projects. If you
131+
would like to run a stable branch of OpenStack, you should use the
132+
corresponding stable branch of DevStack as well. For instance the
133+
``stable/kilo`` version of DevStack will already default to all the
134+
projects running at ``stable/kilo`` levels.
134135

135-
::
136+
Note: it's also possible to manually adjust the ``*_BRANCH`` variables
137+
further if you would like to test specific milestones, or even custom
138+
out of tree branches. This is done with entries like the following in
139+
your ``local.conf``
140+
141+
::
136142

137143
[[local|localrc]]
138-
GLANCE_BRANCH=stable/kilo
139-
HORIZON_BRANCH=stable/kilo
140-
KEYSTONE_BRANCH=stable/kilo
141-
NOVA_BRANCH=stable/kilo
142-
GLANCE_BRANCH=stable/kilo
143-
NEUTRON_BRANCH=stable/kilo
144-
SWIFT_BRANCH=2.3.0
144+
GLANCE_BRANCH=11.0.0.0rc1
145+
NOVA_BRANCH=12.0.0.0.rc1
146+
147+
148+
Upstream DevStack is only tested with master and stable
149+
branches. Setting custom BRANCH definitions is not guarunteed to
150+
produce working results.
145151

146152
What can I do about RabbitMQ not wanting to start on my fresh new VM?
147153
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)