From 9a96f371f290fdf8530239a4c0df591527fe636f Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Tue, 8 Mar 2016 16:19:04 -0500 Subject: Migrating to Mitaka - Only support for NOSDN for this patch - Other SDN controllers will not be tested for this patch - AODH is now upstream and not needed to be carried in Apex - puppet-cinder-quota-fix.patch is now upstream and not needed to be carried in Apex - puppet-neutron-force-metadata.patch is now upstream and not needed to be carried in Apex - removing the catalog of nic files and creating a templatization for them JIRA: APEX-108 JIRA: APEX-93 JIRA: APEX-92 Change-Id: Ic1a24baec7ef295e9dc1b8b72ac36ca5b05578ea Signed-off-by: Dan Radez --- build/variables.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/variables.sh') diff --git a/build/variables.sh b/build/variables.sh index 9342ddf9..5a0de36c 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -9,8 +9,8 @@ ############################################################################## rdo_images_cache=/stable-images -#rdo_images_uri=https://ci.centos.org/artifacts/rdo/images/mitaka/delorean/stable/ -rdo_images_uri=file://$rdo_images_cache +rdo_images_uri=https://ci.centos.org/artifacts/rdo/images/mitaka/delorean/stable/ +#rdo_images_uri=file://$rdo_images_cache #onos_artifacts_uri=http://205.177.226.237:9999/onosfw onos_artifacts_uri=file:///stable-images/onos/ odl_artifacts_cache=/stable-images/odl -- cgit 1.2.3-korg