Activity log for bug #1395133

Date Who What changed Old value New value Message
2014-11-21 19:48:06 Mark Horstman bug added bug
2014-11-21 19:48:06 Mark Horstman attachment added output from failed diskimage-builder invocation https://bugs.launchpad.net/bugs/1395133/+attachment/4265272/+files/buildit.log
2014-11-21 19:51:08 Mark Horstman description Host: CentOS 7.0 minimal Trying to create an OS (icehouse) image for a centos 6.5 nova server. Running the latest diskimage-builder on CentOS 7with the heat-config element fails: $ git clone https://git.openstack.org/openstack/diskimage-builder.git $ git clone https://git.openstack.org/openstack/dib-utils.git $ git clone https://git.openstack.org/openstack/tripleo-image-elements.git $ git clone https://git.openstack.org/openstack/heat-templates.git ############### # the following works ############### $ disk-image-create --qemu-img-options compat=0.10 vm -o centos7-dib-basic.qcow2 ############### # the following fails ############### $ export PATH="`pwd`/diskimage-builder/bin:`pwd`/dib-utils/bin:${PATH}" $ disk-image-create --qemu-img-options compat=0.10 vm heat-config -o centos7-dib-heatconfig.qcow2 ... Downloading/unpacking oslo.i18n>=0.2.0 (from oslo.utils>=1.0.0->python-keystoneclient>=0.11.1->os-collect-config) Real name of requirement oslo.i18n is oslo.i18n Could not find any downloads that satisfy the requirement oslo.i18n>=0.2.0 (from oslo.utils>=1.0.0->python-keystoneclient>=0.11.1->os-collect-config) Some externally hosted files were ignored (use --allow-external oslo.i18n to allow). Cleaning up... No distributions at all found for oslo.i18n>=0.2.0 (from oslo.utils>=1.0.0->python-keystoneclient>=0.11.1->os-collect-config) Storing debug log for failure in /root/.pip/pip.log Any idea how to fix this? It seems like the issue is with a package that's being downloaded as part of the process. Not something I have installed already on the machine on which I'm running diskimage-builder. Host: CentOS 7.0 minimal Trying to create an OS (icehouse) image for a centos 6.5 nova server. Running the latest diskimage-builder on CentOS 7with the heat-config element fails: $ git clone https://git.openstack.org/openstack/diskimage-builder.git $ git clone https://git.openstack.org/openstack/dib-utils.git $ git clone https://git.openstack.org/openstack/tripleo-image-elements.git $ git clone https://git.openstack.org/openstack/heat-templates.git $ export PATH="`pwd`/diskimage-builder/bin:`pwd`/dib-utils/bin:${PATH}" ############### # the following works ############### $ disk-image-create --qemu-img-options compat=0.10 vm centos7 \ -o centos7-dib-basic.qcow2 ############### # the following fails ############### $ disk-image-create --qemu-img-options compat=0.10 vm centos7 heat-config \ -o centos7-dib-heatconfig.qcow2 ... Downloading/unpacking oslo.i18n>=0.2.0 (from oslo.utils>=1.0.0->python-keystoneclient>=0.11.1->os-collect-config)   Real name of requirement oslo.i18n is oslo.i18n   Could not find any downloads that satisfy the requirement oslo.i18n>=0.2.0 (from oslo.utils>=1.0.0->python-keystoneclient>=0.11.1->os-collect-config)   Some externally hosted files were ignored (use --allow-external oslo.i18n to allow). Cleaning up... No distributions at all found for oslo.i18n>=0.2.0 (from oslo.utils>=1.0.0->python-keystoneclient>=0.11.1->os-collect-config) Storing debug log for failure in /root/.pip/pip.log Any idea how to fix this? It seems like the issue is with a package that's being downloaded as part of the process. Not something I have installed already on the machine on which I'm running diskimage-builder.
2014-11-21 22:10:30 Ben Nemec diskimage-builder: status New Triaged
2014-11-21 22:50:04 Ben Nemec diskimage-builder: importance Undecided Medium
2014-11-24 14:48:43 Mark Horstman attachment added kickstart file to build KVM CentOS 7.0 guest https://bugs.launchpad.net/diskimage-builder/+bug/1395133/+attachment/4266733/+files/centos7.ks
2014-11-24 23:09:07 HungVelo bug added subscriber HungVelo
2016-10-14 16:07:10 Gregory Haynes diskimage-builder: status Triaged Won't Fix