Public bug reported:

ii  python-diskimage-builder            0.1.30-1                     all
image building tools for Openstack

File: /usr/share/diskimage-builder/elements/centos7/root.d/10-centos7
-cloud-image

contains:

    DIB_RELEASE=${DIB_RELEASE:-Broken-20140620-Nightly}

Due to the obvious reasons any centos builds are failing.

Proper line (from git):

    DIB_RELEASE=${DIB_RELEASE:-GenericCloud}

UPD: Same for the

DIB_CLOUD_IMAGES=${DIB_CLOUD_IMAGES:-http://buildlogs.centos.org/centos/7/cloud}


it should be 

DIB_CLOUD_IMAGES=${DIB_CLOUD_IMAGES:-http://cloud.centos.org/centos/7/images}

** Affects: python-diskimage-builder (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  ii  python-diskimage-builder            0.1.30-1                     all
  image building tools for Openstack
  
  File: /usr/share/diskimage-builder/elements/centos7/root.d/10-centos7
  -cloud-image
  
  contains:
  
-     DIB_RELEASE=${DIB_RELEASE:-Broken-20140620-Nightly}
+     DIB_RELEASE=${DIB_RELEASE:-Broken-20140620-Nightly}
  
  Due to the obvious reasons any centos builds are failing.
  
  Proper line (from git):
  
-     DIB_RELEASE=${DIB_RELEASE:-GenericCloud}
+     DIB_RELEASE=${DIB_RELEASE:-GenericCloud}
+ 
+ UPD: Same for the
+ 
+ 
DIB_CLOUD_IMAGES=${DIB_CLOUD_IMAGES:-http://buildlogs.centos.org/centos/7/cloud}
+ 
+ 
+ it should be 
+ 
+ DIB_CLOUD_IMAGES=${DIB_CLOUD_IMAGES:-http://cloud.centos.org/centos/7/images}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1458660

Title:
  python-diskimage-builder contain link to 'Broken-20140620-Nightly'
  centos

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-diskimage-builder/+bug/1458660/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to