Restore rdo-release element

The element was removed in I1bc667d18b7658253281f101a8326a5ad319d8d0
but is still referenced in our stable branches.  Furthermore, it
shouldn't be removed without a deprecation period anyway.

Change-Id: If645631be480a5a5c8ceafcb2ab0c571e2b8ea36
This commit is contained in:
Ben Nemec 2016-08-10 11:08:13 -05:00
parent 1d939ad009
commit 98b9c6a514
3 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,5 @@
Enables the RDO yum repository for a released version of OpenStack on Red Hat
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}

View File

@ -0,0 +1,5 @@
#!/bin/bash
set -eux
rpm -q rdo-release || install-packages http://rdo.fedorapeople.org/openstack-$RDO_RELEASE/rdo-release-$RDO_RELEASE.rpm