Merge "Default to latest rdo-release"

This commit is contained in:
Jenkins 2015-07-27 18:09:58 +00:00 committed by Gerrit Code Review
commit 30a56ac746
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,5 @@
Enables the RDO yum repository for a released version of OpenStack on Red Hat
based operating systems. This element requires the $RDO_RELEASE variable
set to select the version of RDO to install. Use the rdo-icehouse element
to set the default version to install to "icehouse".
based operating systems. $RDO_RELEASE is set by default to the latest openstack
release. It can be overriden to select the version of RDO to install.
Set the environment variable to 'juno' to set the default version to
install to 'juno'.

View File

@ -0,0 +1 @@
export RDO_RELEASE=${RDO_RELEASE:-kilo}