Merge "Default to latest rdo-release"
This commit is contained in:
commit
30a56ac746
@ -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'.
|
||||
|
@ -0,0 +1 @@
|
||||
export RDO_RELEASE=${RDO_RELEASE:-kilo}
|
Loading…
Reference in New Issue
Block a user