Checkout stable/icehouse of OpenStack

From the stable/icehouse branch of tripleo-incubator we need to set
DIB_REPOREF_* variables for all of the OpenStack projects to
stable/icehouse.

Change-Id: I59cac05615780c702234730c64e4127876602947
This commit is contained in:
James Slagle 2014-05-01 16:26:32 -04:00
parent 02554abfde
commit 22b0a99471
1 changed files with 20 additions and 0 deletions

View File

@ -128,4 +128,24 @@ export ELEMENTS_PATH=$TRIPLEO_ROOT/tripleo-image-elements/elements
export TE_DATAFILE=${TE_DATAFILE:-"$TRIPLEO_ROOT/testenv.json"}
## #. Set the environment variables for diskimage-builder so that you're
## building from the stable icehouse branches for the OpenStack projects and
## TripleO projects.
## ::
export DIB_REPOREF_nova=stable/icehouse
export DIB_REPOREF_neutron=stable/icehouse
export DIB_REPOREF_ceilometer=stable/icehouse
export DIB_REPOREF_glance=stable/icehouse
export DIB_REPOREF_keystone=stable/icehouse
export DIB_REPOREF_ironic=stable/icehouse
export DIB_REPOREF_tuskar=stable/icehouse
export DIB_REPOREF_swift=stable/icehouse
export DIB_REPOREF_horizon=stable/icehouse
export DIB_REPOREF_cinder=stable/icehouse
export DIB_REPOREF_heat=stable/icehouse
export DIB_REPOREF_tripleo_incubator=stable/icehouse
export DIB_REPOREF_tripleo_image_elements=stable/icehouse
export DIB_REPOREF_tripleo_heat_templates=stable/icehouse
### --end