Re: [openstack-dev] [diskimage-builder] disk-image-create from virtualenv not working

2015-07-02 Thread Alec Hothan (ahothan)
Thanks for the tip! after a few trials I finally made it work by commenting out the following line in /etc/sudoers: #Defaults secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin Alec On 7/2/15, 11:25 AM, Jens Rosenboom j.rosenb...@x-ion.de wrote: 2015-07-02 19:58

[openstack-dev] [diskimage-builder] disk-image-create from virtualenv not working

2015-07-02 Thread Alec Hothan (ahothan)
I wonder if anybody else ran into the same issue as it looks like PyYAML is required on the native python in order for disk-image-crate to succeed. Installing PyYAML in a virtual environment and running disk-iage-create from that venv won't work as one of the script fails to import yaml:

Re: [openstack-dev] [diskimage-builder] disk-image-create from virtualenv not working

2015-07-02 Thread Jens Rosenboom
2015-07-02 19:58 GMT+02:00 Alec Hothan (ahothan) ahot...@cisco.com: I wonder if anybody else ran into the same issue as it looks like PyYAML is required on the native python in order for disk-image-crate to succeed. Installing PyYAML in a virtual environment and running disk-iage-create from