Revert "New internal repo for artifact images"

The image url can be overridden while launching quickstart script, by using -e overcloud_image_url="<url>". In this way it will also be globally applied and not limited to the role.

This reverts commit 9583f8b5a2.

Change-Id: I8fcab8982d4ee629b601e1a8d8578cfcac21f3f5
This commit is contained in:
Raoul Scarazzini
2016-10-12 10:47:48 -04:00
parent 9583f8b5a2
commit aac1a51456

View File

@@ -11,7 +11,6 @@ undercloud_install_script: undercloud-install.sh.j2
undercloud_pre_install_log: "{{ working_dir }}/undercloud_pre_install.log"
undercloud_install_log: "{{ working_dir }}/undercloud_install.log"
overcloud_image_url: "http://209.132.178.27/{{ release }}/delorean/consistent/stable/"
overcloud_images_script: overcloud-images.sh.j2
overcloud_images_log: "{{ working_dir }}/overcloud_images.log"