Re: [Openstack] Grizzly on Laptop running Ubuntu 12.04 Desktop 64-bit and having 2 NICs (one Ethernet and other Wireless)

2013-05-14 Thread Philip Keogh
Given this node is your laptop, I assume the OpenStack environment is for 
testing.

If that is the case, have you considered running a VM? (using Virtual Box for 
example) You can add virtual
NICs to VMs for testing.

Something like RDO on top of CentOS or Fedora would get you going quickly. 
There's also DevStack for Ubuntu.

http://openstack.redhat.com/Quickstart
http://devstack.org/guides/single-vm.html

On May 13, 2013, at 7:36 AM, Devendra Gupta 
dev29...@gmail.commailto:dev29...@gmail.com wrote:

Hi,

I am setting up Grizzly in single node on my laptop running Ubuntu
12.04 Desktop 64-bit for POC, I am using a doc which say 2 NICs are
required (please see
https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_SingleNode/OpenStack_Grizzly_Install_Guide.rst
doc).

I have two NICs in my laptop one is Ethernet and other is Wireless so
is it fine to setup the environment on it ? Another thing, what if I
am disconnected from any of the network because then I don't have IP
in that specific NIC ?

Please see the result of ifconfig below (when network is connected):

root@devendra-HP-ProBook-6460b:/home/devendra# ifconfig -a
eth0  Link encap:Ethernet  HWaddr xx:xx:xx:xx:xx:xx
 inet addr:10.128.249.72  Bcast:10.128.249.255  Mask:255.255.254.0
 inet6 addr: fe80::2e41:38ff:fe00:ab9d/64 Scope:Link
 UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
 RX packets:7026 errors:0 dropped:155 overruns:0 frame:0
 TX packets:4870 errors:0 dropped:0 overruns:0 carrier:0
 collisions:0 txqueuelen:1000
 RX bytes:3349362 (3.3 MB)  TX bytes:1076679 (1.0 MB)
 Interrupt:20 Memory:d470-d472

eth1  Link encap:Ethernet  HWaddr xx:xx:xx:xx:xx:xx
 inet addr:172.16.3.152  Bcast:172.16.3.255  Mask:255.255.255.0
 inet6 addr: fe80::ae81:12ff:fe91:6efa/64 Scope:Link
 UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
 RX packets:15 errors:0 dropped:0 overruns:0 frame:0
 TX packets:49 errors:0 dropped:0 overruns:0 carrier:0
 collisions:0 txqueuelen:1000
 RX bytes:6392 (6.3 KB)  TX bytes:9341 (9.3 KB)
 Interrupt:19

loLink encap:Local Loopback
 inet addr:127.0.0.1  Mask:255.0.0.0
 inet6 addr: ::1/128 Scope:Host
 UP LOOPBACK RUNNING  MTU:16436  Metric:1
 RX packets:15737 errors:0 dropped:0 overruns:0 frame:0
 TX packets:15737 errors:0 dropped:0 overruns:0 carrier:0
 collisions:0 txqueuelen:0
 RX bytes:1884492 (1.8 MB)  TX bytes:1884492 (1.8 MB)

So my OpenStack environment would be working in case IP is not
available on any/both of the NICs when network is disconnected ?
Please suggest.

Thanks,
Devendra Gupta

___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] install keystone +download data script

2013-05-14 Thread Mahzad Zahedi
Hi Dear All

Is another URL for downloading data script from
https://github.com/EmilienM/openstack-grizzly-guide/raw/master/scripts/keystone-data.sh

because of error :Page Not Found !!!

Thanks

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] install keystone +download data script

2013-05-14 Thread Philip Keogh
Try this form of the URL: 
https://raw.github.com/EmilienM/openstack-folsom-guide/master/scripts/keystone-data.sh


On May 14, 2013, at 12:18 AM, Mahzad Zahedi ict.mywork2...@gmail.com wrote:

 Hi Dear All
 
 Is another URL for downloading data script from
 https://github.com/EmilienM/openstack-grizzly-guide/raw/master/scripts/keystone-data.sh
 
 because of error :Page Not Found !!!
 
 Thanks
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] install keystone +download data script

2013-05-14 Thread Philip Keogh
To clarify, this is the devstack trunk version of the file: 
https://github.com/openstack-dev/devstack/blob/master/files/keystone_data.sh

It is referenced by the official OpenStack developer documentation: 
http://docs.openstack.org/developer/keystone/installing.html

The Folsom version of the script from the guide was previously linked. The 
Grizzly version you linked was present at one point, but no longer available.

On May 14, 2013, at 12:39 AM, Philip Keogh pke...@compusoftcs.com wrote:

 Try this form of the URL: 
 https://raw.github.com/EmilienM/openstack-folsom-guide/master/scripts/keystone-data.sh
 
 
 On May 14, 2013, at 12:18 AM, Mahzad Zahedi ict.mywork2...@gmail.com wrote:
 
 Hi Dear All
 
 Is another URL for downloading data script from
 https://github.com/EmilienM/openstack-grizzly-guide/raw/master/scripts/keystone-data.sh
 
 because of error :Page Not Found !!!
 
 Thanks
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] [OPENSTACK] VMs don't start on host machine reboot (Grizzly over Ubuntu 13.04)

2013-05-14 Thread Nikhil Mittal
Hello,
I recently installed Grizzly (single-node) on Ubuntu 13.04 on x86 64 bit
having two physical NICs. I posted about the networking issues that I was
facing after the installation in an earlier post.
Well, while I was debugging the networking issue, I came across a more
serious issue -- my host machine got rebooted (power-cycle) and on reboot I
see that my two VMs are shown in shut-off Status and shut-down Power
state in the Dashboard GUI. The options available to me are only soft
reboot, hard reboot, terminate instance, Disassociate Floating IP
and Edit Instance. I did first soft reboot and the console shows No
bootable device. Then i tried Hard reboot and again the same message No
bootable device.
I checked that all services are running fine and there are no error
messages in the logs for nova, quantum, etc.

I followed installation instructions based on the following link:
https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_SingleNode/OpenStack_Grizzly_Install_Guide.rst

Thanks,
Nikhil
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [OPENSTACK] VMs don't start on host machine reboot (Grizzly over Ubuntu 13.04)

2013-05-14 Thread Wangpan
seems like the roog disk is not a bootable device, you may need to check the 
vda/xvda device in libvirt XML config file is bootable or not.

2013-05-14



Wangpan



发件人:Nikhil Mittal
发送时间:2013-05-14 15:59
主题:[Openstack] [OPENSTACK] VMs don't start on host machine reboot (Grizzly over 
Ubuntu 13.04)
收件人:openstackopenstack@lists.launchpad.net
抄送:

Hello,
I recently installed Grizzly (single-node) on Ubuntu 13.04 on x86 64 bit having 
two physical NICs. I posted about the networking issues that I was facing after 
the installation in an earlier post.
Well, while I was debugging the networking issue, I came across a more serious 
issue -- my host machine got rebooted (power-cycle) and on reboot I see that my 
two VMs are shown in shut-off Status and shut-down Power state in the 
Dashboard GUI. The options available to me are only soft reboot, hard 
reboot, terminate instance, Disassociate Floating IP and Edit Instance. 
I did first soft reboot and the console shows No bootable device. Then i 
tried Hard reboot and again the same message No bootable device.
I checked that all services are running fine and there are no error messages in 
the logs for nova, quantum, etc.

I followed installation instructions based on the following link:
https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_SingleNode/OpenStack_Grizzly_Install_Guide.rst

Thanks,
Nikhil___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [OPENSTACK] VMs don't start on host machine reboot (Grizzly over Ubuntu 13.04)

2013-05-14 Thread Nikhil Mittal
Wang,
I guess you are referring to to the instance specific XML file under
/etc/libvirt/qemu. It has the following section having 'vda':

===
devices
emulator/usr/bin/kvm/emulator
disk type='file' device='disk'
  driver name='qemu' type='qcow2' cache='none'/
  source
file='/var/lib/nova/instances/a562a6c9-9253-4f22-8076-344e855f713d/disk'/
  target dev='vda' bus='virtio'/
  address type='pci' domain='0x' bus='0x00' slot='0x04'
function='0x0'/
/disk

===
Can you specify what exactly I need to change ?
Thanks,
Nikhil


On Tue, May 14, 2013 at 1:45 PM, Wangpan hzwang...@corp.netease.com wrote:

 **
 seems like the roog disk is not a bootable device, you may need to check
 the vda/xvda device in libvirt XML config file is bootable or not.

 2013-05-14
  --
  Wangpan
  --
  *发件人:*Nikhil Mittal
 *发送时间:*2013-05-14 15:59
 *主题:*[Openstack] [OPENSTACK] VMs don't start on host machine reboot
 (Grizzly over Ubuntu 13.04)
 *收件人:*openstackopenstack@lists.launchpad.net
 *抄送:*

 Hello,
 I recently installed Grizzly (single-node) on Ubuntu 13.04 on x86 64 bit
 having two physical NICs. I posted about the networking issues that I was
 facing after the installation in an earlier post.
 Well, while I was debugging the networking issue, I came across a more
 serious issue -- my host machine got rebooted (power-cycle) and on reboot I
 see that my two VMs are shown in shut-off Status and shut-down Power
 state in the Dashboard GUI. The options available to me are only soft
 reboot, hard reboot, terminate instance, Disassociate Floating IP
 and Edit Instance. I did first soft reboot and the console shows No
 bootable device. Then i tried Hard reboot and again the same message No
 bootable device.
 I checked that all services are running fine and there are no error
 messages in the logs for nova, quantum, etc.

 I followed installation instructions based on the following link:

 https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_SingleNode/OpenStack_Grizzly_Install_Guide.rst

 Thanks,
 Nikhil


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [OPENSTACK] VMs don't start on host machine reboot (Grizzly over Ubuntu 13.04)

2013-05-14 Thread lzy....@gmail.com
Nikhil

What  the 'qemu-img info
/var/lib/nova/instances/a562a6c9-9253-4f22-8076-344e855f713d/disk'
command say?

Zhi Yan

On Tue, May 14, 2013 at 5:43 PM, Nikhil Mittal mittalnik...@gmail.com wrote:
 Wang,
 I guess you are referring to to the instance specific XML file under
 /etc/libvirt/qemu. It has the following section having 'vda':

 ===
 devices
 emulator/usr/bin/kvm/emulator
 disk type='file' device='disk'
   driver name='qemu' type='qcow2' cache='none'/
   source
 file='/var/lib/nova/instances/a562a6c9-9253-4f22-8076-344e855f713d/disk'/
   target dev='vda' bus='virtio'/
   address type='pci' domain='0x' bus='0x00' slot='0x04'
 function='0x0'/
 /disk
 
 ===
 Can you specify what exactly I need to change ?
 Thanks,
 Nikhil



 On Tue, May 14, 2013 at 1:45 PM, Wangpan hzwang...@corp.netease.com wrote:

 seems like the roog disk is not a bootable device, you may need to check
 the vda/xvda device in libvirt XML config file is bootable or not.

 2013-05-14
 
 Wangpan
 
 发件人:Nikhil Mittal
 发送时间:2013-05-14 15:59
 主题:[Openstack] [OPENSTACK] VMs don't start on host machine reboot (Grizzly
 over Ubuntu 13.04)
 收件人:openstackopenstack@lists.launchpad.net
 抄送:

 Hello,
 I recently installed Grizzly (single-node) on Ubuntu 13.04 on x86 64 bit
 having two physical NICs. I posted about the networking issues that I was
 facing after the installation in an earlier post.
 Well, while I was debugging the networking issue, I came across a more
 serious issue -- my host machine got rebooted (power-cycle) and on reboot I
 see that my two VMs are shown in shut-off Status and shut-down Power
 state in the Dashboard GUI. The options available to me are only soft
 reboot, hard reboot, terminate instance, Disassociate Floating IP and
 Edit Instance. I did first soft reboot and the console shows No
 bootable device. Then i tried Hard reboot and again the same message No
 bootable device.
 I checked that all services are running fine and there are no error
 messages in the logs for nova, quantum, etc.

 I followed installation instructions based on the following link:

 https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_SingleNode/OpenStack_Grizzly_Install_Guide.rst

 Thanks,
 Nikhil



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [OPENSTACK] VMs don't start on host machine reboot (Grizzly over Ubuntu 13.04)

2013-05-14 Thread Nikhil Mittal
Here it is:
===
image: /var/lib/nova/instances/a562a6c9-9253-4f22-8076-344e855f713d/disk
file format: qcow2
virtual size: 160G (171798691840 bytes)
disk size: 200K
cluster_size: 65536
backing file:
/var/lib/nova/instances/_base/6a2ba9ce1da1fbdc28a3da86332cb65193a2bf96
===
BTW, I launched the instance with ISO image format NOT qcow2. Don't know
why it is showing the format as qcow2.

On Tue, May 14, 2013 at 3:23 PM, lzy@gmail.com lzy@gmail.comwrote:

 Nikhil

 What  the 'qemu-img info
 /var/lib/nova/instances/a562a6c9-9253-4f22-8076-344e855f713d/disk'
 command say?

 Zhi Yan

 On Tue, May 14, 2013 at 5:43 PM, Nikhil Mittal mittalnik...@gmail.com
 wrote:
  Wang,
  I guess you are referring to to the instance specific XML file under
  /etc/libvirt/qemu. It has the following section having 'vda':
 
  ===
  devices
  emulator/usr/bin/kvm/emulator
  disk type='file' device='disk'
driver name='qemu' type='qcow2' cache='none'/
source
 
 file='/var/lib/nova/instances/a562a6c9-9253-4f22-8076-344e855f713d/disk'/
target dev='vda' bus='virtio'/
address type='pci' domain='0x' bus='0x00' slot='0x04'
  function='0x0'/
  /disk
  
  ===
  Can you specify what exactly I need to change ?
  Thanks,
  Nikhil
 
 
 
  On Tue, May 14, 2013 at 1:45 PM, Wangpan hzwang...@corp.netease.com
 wrote:
 
  seems like the roog disk is not a bootable device, you may need to check
  the vda/xvda device in libvirt XML config file is bootable or not.
 
  2013-05-14
  
  Wangpan
  
  发件人:Nikhil Mittal
  发送时间:2013-05-14 15:59
  主题:[Openstack] [OPENSTACK] VMs don't start on host machine reboot
 (Grizzly
  over Ubuntu 13.04)
  收件人:openstackopenstack@lists.launchpad.net
  抄送:
 
  Hello,
  I recently installed Grizzly (single-node) on Ubuntu 13.04 on x86 64 bit
  having two physical NICs. I posted about the networking issues that I
 was
  facing after the installation in an earlier post.
  Well, while I was debugging the networking issue, I came across a more
  serious issue -- my host machine got rebooted (power-cycle) and on
 reboot I
  see that my two VMs are shown in shut-off Status and shut-down Power
  state in the Dashboard GUI. The options available to me are only soft
  reboot, hard reboot, terminate instance, Disassociate Floating
 IP and
  Edit Instance. I did first soft reboot and the console shows No
  bootable device. Then i tried Hard reboot and again the same message
 No
  bootable device.
  I checked that all services are running fine and there are no error
  messages in the logs for nova, quantum, etc.
 
  I followed installation instructions based on the following link:
 
 
 https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_SingleNode/OpenStack_Grizzly_Install_Guide.rst
 
  Thanks,
  Nikhil
 
 
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] nova-consoleauth timeout

2013-05-14 Thread YIP Wai Peng
Hi,

I am having some problems with starting a novnc console. When I try to
connect on the URL generated by nova get-vnc-console, it is stuck with a
Starting VNC handshake message. After a while, it will show Failed to
connect to server (code: 1006). I am using nova-consoleauth with qpid.

Digging deeper, in consoleauth.log it shows

2013-05-14 18:24:05.135 AUDIT nova.consoleauth.manager
[req-0ffce0d5-bb14-4430-b73a-f68090502b6f None None] Checking Token:
a70eab92-33e3-45b6-9132-ada441933ef7, True)
2013-05-14 18:25:05.162 ERROR nova.openstack.common.rpc.amqp
[req-0ffce0d5-bb14-4430-b73a-f68090502b6f None None] Exception during
message handling
snip
2013-05-14 18:25:05.162 13764 TRACE nova.openstack.common.rpc.amqp Timeout:
Timeout while waiting on RPC response.

When I debug qpid, it shows the following

2013-05-14 18:14:27 debug No messages available to dispatch to consumer
anonymous.891183d7-f7d8-4dd9-9499-103623fca15e:0::0 on queue 'consoleauth'
2013-05-14 18:14:27 debug Exception constructed: Exchange not found:
191c1daec221467fb6e9aa07979f5205 (qpid/broker/ExchangeRegistry.cpp:97)


Can anybody help point me to the source of this error or where to look
further? Help will be much appreciated.

Regards,
Wai Peng
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] security blueprint related to os binaries

2013-05-14 Thread Stanislav Pugachev
Hi,
I've added a blueprint
https://blueprints.launchpad.net/hacking/+spec/absolute-paths-of-os-binaries
Please, take a look and let's discuss it if it makes sense.
Thank you
Stas.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] [Grizzly] NoneType object unsubscriptable while setting up keystone

2013-05-14 Thread Daniel

Greetings,

I am currently trying to install Grizzly on a single node running 
Red Hat Enterprise Linux Server release 6.4, using RedHat's RDO 
repository 
(http://repos.fedorapeople.org/repos/openstack/openstack-grizzly/epel-6/). 
The related keystone RPM is openstack-keystone-2013.1-1.el6.noarch.


I have followed the instructions from the official documentation 
(http://docs.openstack.org/grizzly/openstack-compute/install/yum/content/install-keystone.html), 
without error up to the keystone-manage db_sync (included).


After that point, keystone commands return the following error : 
'NoneType' object is unsubscriptable. It would appear that the commands 
work at least in part, since I can see a user directly in the MySQL 
database after running a keystone user-create command, but I still 
can't list them :


# keystone user-list
'NoneType' object is unsubscriptable

The only changes I've made to the keystone.conf file apart from the log 
configuration are the connection and admin_token parameters. The mysql 
connection works correctly from the command line, and it would seem it 
works for the keystone utility as well since the database is populated.


I've also found nothing remarkable in the keystone log file.

As a side note, trying to install a full Openstack environment with the 
packstack utility failed with the same error.


Where should I look to get more info on that error?

Thanks in advance,

Daniel.



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Victor Lowther
Err, sounds like a lot of work to make the code more fragile.  If you want
to be paranoid about launching the right command, do it by sanity-checking
$PATH, not by hardcoding the path of all the executables you call.


On Tue, May 14, 2013 at 5:56 AM, Stanislav Pugachev 
spugac...@griddynamics.com wrote:

 Hi,
 I've added a blueprint
 https://blueprints.launchpad.net/hacking/+spec/absolute-paths-of-os-binaries
 Please, take a look and let's discuss it if it makes sense.
 Thank you
 Stas.



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] keystone

2013-05-14 Thread Mahzad Zahedi
I have followed basic install guide openstack on ubuntu  (grizzy) so
for configuration keystone first,

I have created openrc File and added below lines into it:

export OS_TENANT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD=password
export OS_AUTH_URL=http://localhost:5000/v2.0/;
export SERVICE_ENDPOINT=http://localhost:35357/v2.0;
export SERVICE_TOKEN=password

and then  again I have created a x.sh file for script that is
mentioned inside of install doc

#!/bin/bash
# Modify these variables as needed
ADMIN_PASSWORD=${ADMIN_PASSWORD:-password}


NOW , when running ./x.sh i have belo errors:

Invalid OpenStack Identity credentials.
./bash_script.sh: line 36: 2: command not found
Invalid OpenStack Identity credentials.
./bash_script.sh: line 38: 2: command not found
Invalid OpenStack Identity credentials.
Invalid OpenStack Identity credentials.
Invalid OpenStack Identity credentials.
usage: keystone user-create --name user-name [--tenant-id tenant-id]
[--pass pass] [--email email]
[--enabled true|false]
keystone user-create: error: argument --tenant-id: expected one argument
./bash_script.sh: line 45: 2: command not found
Invalid OpenStack Identity credentials.
./bash_script.sh: line 48: --tenant-id: command not found
Invalid OpenStack Identity credentials.
./bash_script.sh: line 51: password: command not found
Invalid OpenStack Identity credentials.
./bash_script.sh: line 54: --tenant-id: command not found
Invalid OpenStack Identity credentials.
Invalid OpenStack Identity credentials.
./bash_script.sh: line 58: 2: command not found
usage: keystone user-role-add --user user --role role [--tenant tenant]
keystone user-role-add: error: argument --user/--user-id/--user_id:
expected one argument
usage: keystone user-role-add --user user --role role [--tenant tenant]
keystone user-role-add: error: argument --tenant/--tenant-id: expected
one argument
usage: keystone user-role-add --user user --role role [--tenant tenant]
keystone user-role-add: error: argument --tenant/--tenant-id: expected
one argument
usage: keystone user-role-add --user user --role role [--tenant tenant]
keystone user-role-add: error: argument --tenant/--tenant-id: expected
one argument
./bash_script.sh: line 63: --role-id: command not found
usage: keystone user-role-add --user user --role role [--tenant tenant]
keystone user-role-add: error: argument --tenant/--tenant-id: expected
one argument
usage: keystone user-role-add --user user --role role [--tenant tenant]
keystone user-role-add: error: argument --tenant/--tenant-id: expected
one argument
Invalid OpenStack Identity credentials.
Invalid OpenStack Identity credentials.
Invalid OpenStack Identity credentials.
Invalid OpenStack Identity credentials.
./bash_script.sh: line 72: --description: command not found
usage: keystone service-create --name name --type type
   [--description service-description]
keystone service-create: error: argument --description: expected one argument
./bash_script.sh: line 74: OpenStack EC2 service: command not found
Invalid OpenStack Identity credentials.
usage: keystone endpoint-create [--region endpoint-region] --service-id
service-id [--publicurl public-url]
[--adminurl admin-url]
[--internalurl internal-url]
keystone endpoint-create: error: argument --service-id/--service_id:
expected one argument
./bash_script.sh: line 77: --publicurl: command not found
./bash_script.sh: line 79: --internalurl: command not found
usage: keystone endpoint-create [--region endpoint-region] --service-id
service-id [--publicurl public-url]
[--adminurl admin-url]
[--internalurl internal-url]
keystone endpoint-create: error: argument --service-id/--service_id:
expected one argument
./bash_script.sh: line 81: --publicurl: command not found
./bash_script.sh: line 83: --internalurl: command not found
usage: keystone endpoint-create [--region endpoint-region] --service-id
service-id [--publicurl public-url]
[--adminurl admin-url]
[--internalurl internal-url]
keystone endpoint-create: error: argument --service-id/--service_id:
expected one argument
./bash_script.sh: line 85: --publicurl: command not found
usage: keystone endpoint-create [--region endpoint-region] --service-id
service-id [--publicurl public-url]
[--adminurl admin-url]
[--internalurl internal-url]
keystone endpoint-create: error: argument --service-id/--service_id:
expected one argument
./bash_script.sh: line 88: WARNING:: command not found
usage: keystone endpoint-create [--region endpoint-region] --service-id

Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Stanislav Pugachev
Why do you think code will become more fragile? It will be more defended.
How $PATH checking will help if someone will change the binary?
And it is not so much work to do here.


On Tue, May 14, 2013 at 3:36 PM, Victor Lowther victor.lowt...@gmail.comwrote:

 Err, sounds like a lot of work to make the code more fragile.  If you want
 to be paranoid about launching the right command, do it by sanity-checking
 $PATH, not by hardcoding the path of all the executables you call.


 On Tue, May 14, 2013 at 5:56 AM, Stanislav Pugachev 
 spugac...@griddynamics.com wrote:

 Hi,
 I've added a blueprint
 https://blueprints.launchpad.net/hacking/+spec/absolute-paths-of-os-binaries
 Please, take a look and let's discuss it if it makes sense.
 Thank you
 Stas.



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] install glance+ error

2013-05-14 Thread Mahzad Zahedi
# apt-get install -y glance glance-api glance-registry
python-glanceclient glance-common

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  python-glance python-json-patch python-json-pointer
python-jsonschema python-mock python-swiftclient python-warlock
Suggested packages:
  python-ceph python-mock-doc
The following NEW packages will be installed:
  glance glance-api glance-common glance-registry python-glanceclient
python-json-patch python-json-pointer python-jsonschema python-mock
python-swiftclient
  python-warlock
The following packages will be upgraded:
  python-glance
1 upgraded, 11 newly installed, 0 to remove and 28 not upgraded.
Need to get 527 kB of archives.
After this operation, 2,842 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  python-json-pointer python-json-patch python-jsonschema python-swiftclient
E: There are problems and -y was used without --force-yes

root@test-virtual-machine:/bin# 


what do I do?

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] install glance+ error

2013-05-14 Thread Razique Mahroua
Just append into /etc/apt/apt.conf.d/70debconfthe following line:APT::Get::AllowUnauthenticated "true";and relaunch the upgrade then the install, you should be goodRegards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 14 mai 2013 à 15:22, Mahzad Zahedi ict.mywork2...@gmail.com a écrit :# apt-get install -y glance glance-api glance-registrypython-glanceclient glance-commonReading package lists... DoneBuilding dependency treeReading state information... DoneThe following extra packages will be installed: python-glance python-json-patch python-json-pointerpython-jsonschema python-mock python-swiftclient python-warlockSuggested packages: python-ceph python-mock-docThe following NEW packages will be installed: glance glance-api glance-common glance-registry python-glanceclientpython-json-patch python-json-pointer python-jsonschema python-mockpython-swiftclient python-warlockThe following packages will be upgraded: python-glance1 upgraded, 11 newly installed, 0 to remove and 28 not upgraded.Need to get 527 kB of archives.After this operation, 2,842 kB of additional disk space will be used.WARNING: The following packages cannot be authenticated! python-json-pointer python-json-patch python-jsonschema python-swiftclientE: There are problems and -y was used without --force-yesroot@test-virtual-machine:/bin# what do I do?___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] TempUrl werking

2013-05-14 Thread Koert van der Veer
Onze tempurl configuratie in de objectstore blijkt niet zo eenvoudig te 
werken. De oorzaak is dat we de URL van de objectstore vereenvoudigen, 
maar de originele (complexe) url gebruikt wordt voor de 
hash-berekening. Op zich werkt het, maar mensen die niet zelf ooit een 
swift cluster hebben gebouwd, zullen waarschijnlijk niet in staat zijn 
de juiste details te raden.


De volgende oplossingen zijn overwogen:
1. Documenteren
Schrijf op hoe het werkt, hoe onlogisch ook. Nadeel: hiermee zal JOSS 
ons niet kunnen ondersteunen.


2. Herschrijf de URL ook voor tempurl. Nadeel: we zullen hiervoor een 
stuk externe code zelf gaan beheren.


In overleg met Walter, Rosco en ondergetekende is besloten voor optie 2 
te gaan. Als de code het toestaat zullen we de hash tegen meerdere 
mogelijke URLS checken. Dit kost hash-space, maar het is SHA1, we 
kunnen van de 128 bits er best eentje missen. 


Ik zal dit in beeld proberen te houden.



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] centos5.5_64bit image for openstack

2013-05-14 Thread Reza Bakhshayeshi
Could you please give a better instruction on how I cam make .img from
qcow2?

PS: sorry for sending the mail twice


On 12 May 2013 13:00, Ray Sun xiaoq...@gmail.com wrote:

 Rakespace provide a lot of openstack images here:

 https://github.com/rackerjoe/oz-image-build

 You can create your own image followed document and install cloud-init,
 that will be the same with Rakespace provide.

 Best Regards
 -- Ray


 On Sat, May 11, 2013 at 12:30 AM, yan ch yyan...@gmail.com wrote:

 Hello,

 Is there anyone build CentOS5.5_64bit image for openstack ?

 If someone own it, can you send it to my gmail.

 Thank you !

 Regards,

 yanchen




 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] keystone

2013-05-14 Thread Adam Young

Looks like you have typos in x.sh


On 05/14/2013 08:43 AM, Mahzad Zahedi wrote:

I have followed basic install guide openstack on ubuntu  (grizzy) so
for configuration keystone first,

I have created openrc File and added below lines into it:

export OS_TENANT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD=password
export OS_AUTH_URL=http://localhost:5000/v2.0/;
export SERVICE_ENDPOINT=http://localhost:35357/v2.0;
export SERVICE_TOKEN=password

and then  again I have created a x.sh file for script that is
mentioned inside of install doc

#!/bin/bash
# Modify these variables as needed
ADMIN_PASSWORD=${ADMIN_PASSWORD:-password}


NOW , when running ./x.sh i have belo errors:

Invalid OpenStack Identity credentials.
./bash_script.sh: line 36: 2: command not found
Invalid OpenStack Identity credentials.
./bash_script.sh: line 38: 2: command not found
Invalid OpenStack Identity credentials.
Invalid OpenStack Identity credentials.
Invalid OpenStack Identity credentials.
usage: keystone user-create --name user-name [--tenant-id tenant-id]
 [--pass pass] [--email email]
 [--enabled true|false]
keystone user-create: error: argument --tenant-id: expected one argument
./bash_script.sh: line 45: 2: command not found
Invalid OpenStack Identity credentials.
./bash_script.sh: line 48: --tenant-id: command not found
Invalid OpenStack Identity credentials.
./bash_script.sh: line 51: password: command not found
Invalid OpenStack Identity credentials.
./bash_script.sh: line 54: --tenant-id: command not found
Invalid OpenStack Identity credentials.
Invalid OpenStack Identity credentials.
./bash_script.sh: line 58: 2: command not found
usage: keystone user-role-add --user user --role role [--tenant tenant]
keystone user-role-add: error: argument --user/--user-id/--user_id:
expected one argument
usage: keystone user-role-add --user user --role role [--tenant tenant]
keystone user-role-add: error: argument --tenant/--tenant-id: expected
one argument
usage: keystone user-role-add --user user --role role [--tenant tenant]
keystone user-role-add: error: argument --tenant/--tenant-id: expected
one argument
usage: keystone user-role-add --user user --role role [--tenant tenant]
keystone user-role-add: error: argument --tenant/--tenant-id: expected
one argument
./bash_script.sh: line 63: --role-id: command not found
usage: keystone user-role-add --user user --role role [--tenant tenant]
keystone user-role-add: error: argument --tenant/--tenant-id: expected
one argument
usage: keystone user-role-add --user user --role role [--tenant tenant]
keystone user-role-add: error: argument --tenant/--tenant-id: expected
one argument
Invalid OpenStack Identity credentials.
Invalid OpenStack Identity credentials.
Invalid OpenStack Identity credentials.
Invalid OpenStack Identity credentials.
./bash_script.sh: line 72: --description: command not found
usage: keystone service-create --name name --type type
[--description service-description]
keystone service-create: error: argument --description: expected one argument
./bash_script.sh: line 74: OpenStack EC2 service: command not found
Invalid OpenStack Identity credentials.
usage: keystone endpoint-create [--region endpoint-region] --service-id
 service-id [--publicurl public-url]
 [--adminurl admin-url]
 [--internalurl internal-url]
keystone endpoint-create: error: argument --service-id/--service_id:
expected one argument
./bash_script.sh: line 77: --publicurl: command not found
./bash_script.sh: line 79: --internalurl: command not found
usage: keystone endpoint-create [--region endpoint-region] --service-id
 service-id [--publicurl public-url]
 [--adminurl admin-url]
 [--internalurl internal-url]
keystone endpoint-create: error: argument --service-id/--service_id:
expected one argument
./bash_script.sh: line 81: --publicurl: command not found
./bash_script.sh: line 83: --internalurl: command not found
usage: keystone endpoint-create [--region endpoint-region] --service-id
 service-id [--publicurl public-url]
 [--adminurl admin-url]
 [--internalurl internal-url]
keystone endpoint-create: error: argument --service-id/--service_id:
expected one argument
./bash_script.sh: line 85: --publicurl: command not found
usage: keystone endpoint-create [--region endpoint-region] --service-id
 service-id [--publicurl public-url]
 [--adminurl admin-url]
 [--internalurl internal-url]
keystone endpoint-create: error: argument --service-id/--service_id:
expected one argument
./bash_script.sh: line 88: WARNING:: command not found
usage: 

[Openstack] Compute node with xenserver

2013-05-14 Thread Alexandre De Carvalho
Hi !

I have

1) Controller on Ubuntu 12.04 LTS (used devstack)
2) Node Compute on Ubuntu 12.04 LTS with KVM hypervisor (used devstack)

And i would like to have a node compute on xenserver. But i don't know
how to do it. Can you help me and say me the steps to do it, please ?


-- 
regards,
Alexandre
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Compute node with xenserver

2013-05-14 Thread Bob Ball
Hi Alexandre,

Interesting question!

I'd suggest you follow the devstack installation guide at 
https://wiki.openstack.org/wiki/XenServer/DevStack.  There is a handy script 
there which makes installation of devstack on an existing XenServer or other 
XenAPI host very straight forward.

It would also be helpful to review 
http://docs.openstack.org/trunk/openstack-compute/admin/content/introduction-to-xen.html
 to understand how the host is setup for Nova in XenServer since the nova code 
lives in a virtual machine to isolate it from the privileged domain 0.

Thanks,

Bob

From: Openstack 
[mailto:openstack-bounces+bob.ball=citrix@lists.launchpad.net] On Behalf Of 
Alexandre De Carvalho
Sent: 14 May 2013 15:18
To: openstack@lists.launchpad.net
Subject: [Openstack] Compute node with xenserver

Hi !

I have

1) Controller on Ubuntu 12.04 LTS (used devstack)
2) Node Compute on Ubuntu 12.04 LTS with KVM hypervisor (used devstack)



And i would like to have a node compute on xenserver. But i don't know how to 
do it. Can you help me and say me the steps to do it, please ?

--
regards,
Alexandre


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Mac Innes, Kiall
On 14/05/13 12:02, Stanislav Pugachev wrote:
Hi,
I've added a blueprint 
https://blueprints.launchpad.net/hacking/+spec/absolute-paths-of-os-binaries
Please, take a look and let's discuss it if it makes sense.
Thank you
Stas.


Am I correct in thinking that, if the attacker is able to modify $PATH in the 
environment under which nova etc runs, you've already lost?

I would argue this is at worst a packaging bug, assuming packagers are not 
explicitly defining the $PATH variable as part of the init scripts.

P.S. the openstack-dev mailing list is generally where blueprint discussion 
happens :)

Thanks,
Kiall

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Victor Lowther
I think it will become more fragile because (despite over a decade of
trying to standardize these things), not all the distros put their binaries
in the same places -- for example, I have seen brctl live in /sbin,
/usr/sbin, and /usr/bin. It is much easier to sanity-check (or allow for
customization of) $PATH in one place (hi there Oslo devs!) and rely on
having a sane path everywhere else than to hardcode all the exernal binary
calls and have to deal with the inevitable bugs that will arise from
utilities living in different directories in different distros.  Of
os.execvp and friends randomly decide to stop using PATH (and only PATH) to
find executables we are in much deeper trouble anyways.


On Tue, May 14, 2013 at 8:04 AM, Stanislav Pugachev 
spugac...@griddynamics.com wrote:

 Why do you think code will become more fragile? It will be more defended.
 How $PATH checking will help if someone will change the binary?
 And it is not so much work to do here.


 On Tue, May 14, 2013 at 3:36 PM, Victor Lowther 
 victor.lowt...@gmail.comwrote:

 Err, sounds like a lot of work to make the code more fragile.  If you
 want to be paranoid about launching the right command, do it by
 sanity-checking $PATH, not by hardcoding the path of all the executables
 you call.


 On Tue, May 14, 2013 at 5:56 AM, Stanislav Pugachev 
 spugac...@griddynamics.com wrote:

 Hi,
 I've added a blueprint
 https://blueprints.launchpad.net/hacking/+spec/absolute-paths-of-os-binaries
 Please, take a look and let's discuss it if it makes sense.
 Thank you
 Stas.



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Cinder's LVM vg creation when installing Grizzly

2013-05-14 Thread Chris Bartels
Hi,

 

I have questions regarding this part of the Grizzly install guide that's up
on github:

 

. Finally, don't forget to create a volumegroup and name it
cinder-volumes:

. dd if=/dev/zero of=cinder-volumes bs=1 count=0 seek=2G
. losetup /dev/loop2 cinder-volumes
. fdisk /dev/loop2
. #Type in the followings:
. n
. p
. 1
. ENTER
. ENTER
. t
. 8e
. w

. Proceed to create the physical volume then the volume group:

. pvcreate /dev/loop2
. vgcreate cinder-volumes /dev/loop2

Note: Beware that this volume group gets lost after a system reboot. (Click
Here
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/T
ricks%26Ideas/load_volume_group_after_system_reboot.rst  to know how to
load it after a reboot)

 

First, I don't know what all those commands are doing, in particular with
the dd stuff, and I'm reluctant to be doing stuff with that which I don't
understand, so if someone could explain what that's all about I'd appreciate
it. If that's how it _must_ be done, I'd like to know.

 

Secondly, I'm wondering if I could make life easier and not have to bother
with the extra stuff regarding making the vg come back after reboot, which
the instructions link to how to do, if I were to simply do the cinder vg
with the installer  install Ubuntu with 100GB (out of 1000GB) of the disk
made available to the guided LVM partitioning during the initial install,
and use the rest as a cinder-volumes vgcreate'd group that gets mounted
normally at each boot like everything else does.

 

Wouldn't that work? Seems easier to me.

 

Please advise.

 

Thanks,

Chris

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Cinder's LVM vg creation when installing Grizzly

2013-05-14 Thread John Griffith
On Tue, May 14, 2013 at 9:06 AM, Chris Bartels ch...@christopherbartels.com
 wrote:

 Hi,

 ** **

 I have questions regarding this part of the Grizzly install guide that’s
 up on github:

 ** **

 **· **Finally, don't forget to create a volumegroup and name it
 cinder-volumes:

 **· **dd if=/dev/zero of=cinder-volumes bs=1 count=0 seek=2G

 **· **losetup /dev/loop2 cinder-volumes

 **· **fdisk /dev/loop2

 **· **#Type in the followings:

 **· **n

 **· **p

 **· **1

 **· **ENTER

 **· **ENTER

 **· **t

 **· **8e

 **· **w

 **· **Proceed to create the physical volume then the volume group:
 

 **· **pvcreate /dev/loop2

 **· **vgcreate cinder-volumes /dev/loop2

 *Note:* Beware that this volume group gets lost after a system reboot.
 (Click 
 Herehttps://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/Tricks%26Ideas/load_volume_group_after_system_reboot.rstto
  know how to load it after a reboot)
 

 ** **

 First, I don’t know what all those commands are doing, in particular with
 the dd stuff, and I’m reluctant to be doing stuff with that which I don’t
 understand, so if someone could explain what that’s all about I’d
 appreciate it. If that’s how it _*must*_ be done, I’d like to know.

 ** **

 Secondly, I’m wondering if I could make life easier and not have to bother
 with the extra stuff regarding making the vg come back after reboot, which
 the instructions link to how to do, if I were to simply do the cinder vg
 with the installer  install Ubuntu with 100GB (out of 1000GB) of the disk
 made available to the guided LVM partitioning during the initial install,
 and use the rest as a cinder-volumes vgcreate’d group that gets mounted
 normally at each boot like everything else does.

 ** **

 Wouldn’t that work? Seems easier to me.

 ** **

 Please advise.

 ** **

 Thanks,

 Chris

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

 Hey Chris,

What's listed above is standard unix commands to build a loop-back device
file that can be used as a Physical Volume to build Volume Groups.  To be
honest, this isn't really how you should deploy Cinder in a real
environment, but it really just for testing and things like Devstack.

For a production setup, you'd actually want to have a raw disk or two on
the system, add them as an LVM Physical Volume.  The create the Volume
Group, in other words the only steps you would need are:

pvcreate /dev/sdc (or some disk or partition that you have available)
vgcreate cinder-volumes /dev/sdc

That's about it, that will give you dedicated partitions/volume groups and
it will persist over reboots.  I'd also suggest you read up a big on LVM to
get a better idea of what those commands do and how all of this works.

Hope that helps,
John
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Cinder's LVM vg creation when installing Grizzly

2013-05-14 Thread Razique Mahroua
Hi,please see my answers below
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 14 mai 2013 à 17:06, "Chris Bartels" ch...@christopherbartels.com a écrit :Hi,I have questions regarding this part of the Grizzly install guide that’s up on github:·Finally, don't forget to create a volumegroup and name it cinder-volumes:· dd if=/dev/zero of=cinder-volumes bs=1 count=0 seek=2Gdd is a binary that allows you to copy a file - in that case from the special device to the file called "cinder-volumes" (it's cinder-volume without s actually by default)· losetup /dev/loop2 cinder-volumesYou mount that file as a loop file so cinder (Linux before that actually) will see it as a devie· fdisk /dev/loop2You format that file-device· #Type in the followings:· nYou create a new partition· pYou declare is as a primary partition· 1It' the first one· ENTERYou validate the first sector· ENTERThen the last one· tThen you change the partition type· 8e8e is the LVM code· wYou write the changes then exit :)·Proceed to create the physical volume then the volume group:· pvcreate /dev/loop2You declare a new physical LVM volume· vgcreate cinder-volumes /dev/loop2You create a new volume group on the physical volume you previously createdNote:Beware that this volume group gets lost after a system reboot. (ClickHereto know how to load it after a reboot)Yes because the loop device gets removed, you can add an entry inside fstab that would mount the loop fileFirst, I don’t know what all those commands are doing, in particular with the dd stuff, and I’m reluctant to be doing stuff with that which I don’t understand, so if someone could explain what that’s all about I’d appreciate it. If that’s how it _must_ be done, I’d like to know.Secondly, I’m wondering if I could make life easier and not have to bother with the extra stuff regarding making the vg come back after reboot, which the instructions link to how to do, if I were to simply do the cinder vg with the installer  install Ubuntu with 100GB (out of 1000GB) of the disk made available to the guided LVM partitioning during the initial install, and use the rest as a cinder-volumes vgcreate’d group that gets mounted normally at each boot like everything else does.If you have a disk dedicated for Cinder (or a cluster, whatever) you can use directly physical disks rather than a loop file. Just format your disk and create an LVM partition, then pvcreate/ vgcreate - that one will remain active after you reboot the serverWouldn’t that work? Seems easier to me.indded :)Please advise.Thanks,Chris___Mailing list:https://launchpad.net/~openstackPost to :openstack@lists.launchpad.netUnsubscribe :https://launchpad.net/~openstackMore help :https://help.launchpad.net/ListHelpRegards,___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] New code name for networks

2013-05-14 Thread Armando Migliaccio
Not sure if this has been proposed before or even it is at all feasible,
but how about changing the last/first letter?

Quantum - QuantuS, QuantuN, Cuantum...?

There are a plenty of options to go by.

On Mon, May 13, 2013 at 5:28 PM, Monty Taylor mord...@inaugust.com wrote:



 On 05/13/2013 11:03 AM, Doug Hellmann wrote:
 
 
 
  On Sat, May 11, 2013 at 5:48 PM, Anne Gentle a...@openstack.org
  mailto:a...@openstack.org wrote:
 
 
 
 
  On Sat, May 11, 2013 at 3:12 PM, Monty Taylor mord...@inaugust.com
  mailto:mord...@inaugust.com wrote:
 
 
 
  On 05/11/2013 04:07 PM, Asher Newcomer wrote:
   Or even better, just continue to call it openstack networking.
  The code
   names only serve to confuse the uninitiated. They needlessly
  steepen the
   learning curve and slow uptake.
 
  The problem with OpenStack Networking (or getting rid of
  codenames) is
  seen with pre-incubation-incubation-integrated cycle.
 
  A project cannot call itself OpenStack Foo until it actually
 _is_
  openstack foo. So any new project by necessity has to start off
 as
  something else.
 
  But - if we then require them to drop that name and become
  openstack foo
  when they become incubated or integrated, then we've got what's
  become a
  stable project with a decent amount of contributors renaming
 itself.
 
  Every. Time.
 
  The code names aren't just cute. I kind of wish they were,
  because it
  would make several things much easier if we could just ditch
  them and do
  a pure openstack. code namespace. But the reality is that it
  gets really
  really tricky to deal with a bunch of things if they go away.
 
 
  I told Monty and the TC this at the Summit (sorry I couldn't attend
  the session about code names). I find this trickiness a weak
  argument in the face of the invented names that are getting to be as
  bad as U.S. pharmaceuticals. Plus it forces us to put a lookup
  table in the docs forever. [1] Let's find a process for naming that
  meets a few reqs:
  - describes the service
  - goes through a legal review
  - enables new eyes to understanding it by reading the English word
  that the service represents (that can be translated into a
  meaningful word in other languages)
 
  If we have to preface with Stackforge to indicate pre-incubation,
  that's fine. Use Incubating or some such to indicate incubation.
  Meaningful words have meaning.
 
 
  +1
 
  Use a namespace package openstack then each project has a unique
  package under that for their meaningfully named package (compute,
  networking, etc.).
 
  We only have to rename projects if they start out with bad names to
  begin with. Projects that want to be integrated should be developing on
  stackforge and using the openstack namespace package.

 It's just logically infeasible. If we were to make that choice, I'm
 pretty sure we'd have to stop everything that everyone is doing and just
 deal the fallout from doing it.

 In any case - we did have a session on this at the summit, and we did
 lay out a strategy for moving forward. The etherpad is here

 https://etherpad.openstack.org/ProjectsReNaming

 tl;dr - we are going to rename quantum to a new codename, and we are
 going to do our best as a community to lessen the external usage of our
 codenames.

  I acknowledge we still have to indicate what commands, daemon names,
  and so on are related to a particular service. That issue is also
  fixable with some resources and effort and pays off in easier
  adoption and understanding.
 
 
  The unified command line project will resolve the command issue because
  all commands will be openstack $noun $verb (end users shouldn't have
  to know which OpenStack component owns a resource in order to operate on
  it via the command line). Daemon startup scripts could use a similar
  framework, or just a naming convention (openstack-compute-api,
  openstack-network-api, etc.).

 I agree - having the unified command line client will be very helpful to
 lessening our externally-facing usages of code names.

  Doug
 
 
 
  Anne
 
  1.
 http://docs.openstack.org/grizzly/openstack-compute/install/yum/content/terminology-codenames.html
 
 
 
   On May 11, 2013 3:59 PM, Davanum Srinivas dava...@gmail.com
  mailto:dava...@gmail.com
   mailto:dava...@gmail.com mailto:dava...@gmail.com wrote:
  
   Lattice
  
   -- dims
  
   On Sat, May 11, 2013 at 3:52 PM, Mark Turner
  m...@amerine.net mailto:m...@amerine.net
   mailto:m...@amerine.net mailto:m...@amerine.net
 wrote:
Tubes
   
;-)
   
   
On Sat, May 

Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Vasiliy Khomenko
Attacker can put binary in /usr/local/bin for example. on ubuntu that path
located before /usr/bin.
We could create some templates with absolute paths to binaries for each
distro (deb-based, rhel-based) and auto-detect them.



On Tue, May 14, 2013 at 3:36 PM, Victor Lowther victor.lowt...@gmail.comwrote:

 Err, sounds like a lot of work to make the code more fragile.  If you want
 to be paranoid about launching the right command, do it by sanity-checking
 $PATH, not by hardcoding the path of all the executables you call.


 On Tue, May 14, 2013 at 5:56 AM, Stanislav Pugachev 
 spugac...@griddynamics.com wrote:

 Hi,
 I've added a blueprint
 https://blueprints.launchpad.net/hacking/+spec/absolute-paths-of-os-binaries
 Please, take a look and let's discuss it if it makes sense.
 Thank you
 Stas.



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Kevin L. Mitchell
On Tue, 2013-05-14 at 18:38 +0300, Vasiliy Khomenko wrote:
 Attacker can put binary in /usr/local/bin for example. on ubuntu that
 path located before /usr/bin.

If the attacker has write access to /usr/local/bin, it's already game
over; I don't see what we can do to nova that can mitigate something
that disastrous.

-- 
Kevin L. Mitchell kevin.mitch...@rackspace.com


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Compute node with xenserver

2013-05-14 Thread Alexandre De Carvalho
Thanks for your reply Bob. Ok now i have a xenserver with a domU. I have
followed this doc :
https://github.com/openstack-dev/devstack/blob/master/tools/xen/README.md

But now how to indicate that this xenserver is the compute node of my
Controller
on Ubuntu 12.04 LTS (used devstack) ?

Alex


2013/5/14 Bob Ball bob.b...@citrix.com

 Hi Alexandre,

 ** **

 Interesting question!

 ** **

 I’d suggest you follow the devstack installation guide at
 https://wiki.openstack.org/wiki/XenServer/DevStack.  There is a handy
 script there which makes installation of devstack on an existing XenServer
 or other XenAPI host very straight forward.

 ** **

 It would also be helpful to review
 http://docs.openstack.org/trunk/openstack-compute/admin/content/introduction-to-xen.htmlto
  understand how the host is setup for Nova in XenServer since the nova
 code lives in a virtual machine to isolate it from the privileged domain 0.
 

 ** **

 Thanks,

 ** **

 Bob

 ** **

 *From:* Openstack [mailto:openstack-bounces+bob.ball=
 citrix@lists.launchpad.net] *On Behalf Of *Alexandre De Carvalho
 *Sent:* 14 May 2013 15:18
 *To:* openstack@lists.launchpad.net
 *Subject:* [Openstack] Compute node with xenserver

 ** **

 Hi !

 ** **

 I have 

 ** **

 1) Controller on Ubuntu 12.04 LTS (used devstack)

 2) Node Compute on Ubuntu 12.04 LTS with KVM hypervisor (used devstack)***
 *

 ** **

 And i would like to have a node compute on xenserver. But i don't know how to 
 do it. Can you help me and say me the steps to do it, please ? 

 ** **

 --
 regards,

 Alexandre

 ** **

 ** **




-- 
Cordialement,
Alexandre DE CARVALHO
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Wyllys Ingersoll
Agree.  Hardcoding full pathnames is a bad practice in general.


On 5/14/13 11:50 AM, Kevin L. Mitchell kevin.mitch...@rackspace.com
wrote:

On Tue, 2013-05-14 at 18:38 +0300, Vasiliy Khomenko wrote:
 Attacker can put binary in /usr/local/bin for example. on ubuntu that
 path located before /usr/bin.

If the attacker has write access to /usr/local/bin, it's already game
over; I don't see what we can do to nova that can mitigate something
that disastrous.

-- 
Kevin L. Mitchell kevin.mitch...@rackspace.com


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Compute node with xenserver

2013-05-14 Thread Bob Ball
Hi Alex,

There appear to be conflicting (or partially incomplete) guides for this at 
http://devstack.org/guides/multinode-lab.html and at 
http://devstack.org/localrc.html.  There is full documentation on the stack 
script and which settings you need to consider for multi host (search for 
multi) at http://devstack.org/stack.sh.html.

We set the following variables on the slave to enable a multi-host setup:
ENABLED_SERVICES=n-cpu,n-net,n-api,g-api,-mysql
DATABASE_TYPE=mysql
MYSQL_HOST=controller IP
RABBIT_HOST=controller IP
KEYSTONE_AUTH_HOST=controller IP
GLANCE_HOSTPORT=controller IP:9292
PUB_IP=This node public network IP
VM_IP=This node VM network IP

Of course, on the master MULTI_HOST also needs to be set to true.

Note that the hostnames for the computes need to be unique, and so if you 
already have a compute called DevStackOSDomU (the default) then you'll have 
to change GUEST_NAME in localrc and the hostname for the second compute node.  
This is also true if you want to add further compute nodes.

Thanks,

Bob

From: Alexandre De Carvalho [mailto:alexandre7.decarva...@gmail.com]
Sent: 14 May 2013 16:55
To: Bob Ball
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] Compute node with xenserver

Thanks for your reply Bob. Ok now i have a xenserver with a domU. I have 
followed this doc : 
https://github.com/openstack-dev/devstack/blob/master/tools/xen/README.md

But now how to indicate that this xenserver is the compute node of my 
Controller on Ubuntu 12.04 LTS (used devstack) ?

Alex

2013/5/14 Bob Ball bob.b...@citrix.commailto:bob.b...@citrix.com
Hi Alexandre,

Interesting question!

I'd suggest you follow the devstack installation guide at 
https://wiki.openstack.org/wiki/XenServer/DevStack.  There is a handy script 
there which makes installation of devstack on an existing XenServer or other 
XenAPI host very straight forward.

It would also be helpful to review 
http://docs.openstack.org/trunk/openstack-compute/admin/content/introduction-to-xen.html
 to understand how the host is setup for Nova in XenServer since the nova code 
lives in a virtual machine to isolate it from the privileged domain 0.

Thanks,

Bob

From: Openstack 
[mailto:openstack-bounces+bob.ballmailto:openstack-bounces%2Bbob.ball=citrix@lists.launchpad.netmailto:citrix@lists.launchpad.net]
 On Behalf Of Alexandre De Carvalho
Sent: 14 May 2013 15:18
To: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: [Openstack] Compute node with xenserver

Hi !

I have

1) Controller on Ubuntu 12.04 LTS (used devstack)
2) Node Compute on Ubuntu 12.04 LTS with KVM hypervisor (used devstack)





And i would like to have a node compute on xenserver. But i don't know how to 
do it. Can you help me and say me the steps to do it, please ?

--
regards,
Alexandre





--
Cordialement,
Alexandre DE CARVALHO


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Stanislav Pugachev
from the security point of view its not so bad practice


On Tue, May 14, 2013 at 6:57 PM, Wyllys Ingersoll 
wyllys.ingers...@evault.com wrote:

 Agree.  Hardcoding full pathnames is a bad practice in general.


 On 5/14/13 11:50 AM, Kevin L. Mitchell kevin.mitch...@rackspace.com
 wrote:

 On Tue, 2013-05-14 at 18:38 +0300, Vasiliy Khomenko wrote:
  Attacker can put binary in /usr/local/bin for example. on ubuntu that
  path located before /usr/bin.
 
 If the attacker has write access to /usr/local/bin, it's already game
 over; I don't see what we can do to nova that can mitigate something
 that disastrous.
 
 --
 Kevin L. Mitchell kevin.mitch...@rackspace.com
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Wyllys Ingersoll

What attack does hardcoding a path to a specific executable protect against?

On the downside, It makes the code far less portable, harder to maintain, and 
less flexible in the face of alternative directory structures and system 
configurations.


From: Stanislav Pugachev 
spugac...@griddynamics.commailto:spugac...@griddynamics.com
Date: Tuesday, May 14, 2013 12:20 PM
To: Wyllys Ingersoll 
wyllys.ingers...@evault.commailto:wyllys.ingers...@evault.com
Cc: Kevin L. Mitchell 
kevin.mitch...@rackspace.commailto:kevin.mitch...@rackspace.com, 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: Re: [Openstack] security blueprint related to os binaries

from the security point of view its not so bad practice


On Tue, May 14, 2013 at 6:57 PM, Wyllys Ingersoll 
wyllys.ingers...@evault.commailto:wyllys.ingers...@evault.com wrote:
Agree.  Hardcoding full pathnames is a bad practice in general.


On 5/14/13 11:50 AM, Kevin L. Mitchell 
kevin.mitch...@rackspace.commailto:kevin.mitch...@rackspace.com
wrote:

On Tue, 2013-05-14 at 18:38 +0300, Vasiliy Khomenko wrote:
 Attacker can put binary in /usr/local/bin for example. on ubuntu that
 path located before /usr/bin.

If the attacker has write access to /usr/local/bin, it's already game
over; I don't see what we can do to nova that can mitigate something
that disastrous.

--
Kevin L. Mitchell 
kevin.mitch...@rackspace.commailto:kevin.mitch...@rackspace.com


___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] keystone

2013-05-14 Thread Dolph Mathews
The SERVICE_TOKEN is not a password; it should either be a valid token
that you've generated using credentials + keystone token-get, or the value
of keystone.conf's static admin_token option. I'm not familiar with x.sh so
I don't know if you should remove SERVICE_* env vars or the OS_* ones, but
having both sets is redundant.


-Dolph


On Tue, May 14, 2013 at 7:43 AM, Mahzad Zahedi ict.mywork2...@gmail.comwrote:

 I have followed basic install guide openstack on ubuntu  (grizzy) so
 for configuration keystone first,

 I have created openrc File and added below lines into it:

 export OS_TENANT_NAME=admin
 export OS_USERNAME=admin
 export OS_PASSWORD=password
 export OS_AUTH_URL=http://localhost:5000/v2.0/;
 export SERVICE_ENDPOINT=http://localhost:35357/v2.0;
 export SERVICE_TOKEN=password

 and then  again I have created a x.sh file for script that is
 mentioned inside of install doc

 #!/bin/bash
 # Modify these variables as needed
 ADMIN_PASSWORD=${ADMIN_PASSWORD:-password}


 NOW , when running ./x.sh i have belo errors:

 Invalid OpenStack Identity credentials.
 ./bash_script.sh: line 36: 2: command not found
 Invalid OpenStack Identity credentials.
 ./bash_script.sh: line 38: 2: command not found
 Invalid OpenStack Identity credentials.
 Invalid OpenStack Identity credentials.
 Invalid OpenStack Identity credentials.
 usage: keystone user-create --name user-name [--tenant-id tenant-id]
 [--pass pass] [--email email]
 [--enabled true|false]
 keystone user-create: error: argument --tenant-id: expected one argument
 ./bash_script.sh: line 45: 2: command not found
 Invalid OpenStack Identity credentials.
 ./bash_script.sh: line 48: --tenant-id: command not found
 Invalid OpenStack Identity credentials.
 ./bash_script.sh: line 51: password: command not found
 Invalid OpenStack Identity credentials.
 ./bash_script.sh: line 54: --tenant-id: command not found
 Invalid OpenStack Identity credentials.
 Invalid OpenStack Identity credentials.
 ./bash_script.sh: line 58: 2: command not found
 usage: keystone user-role-add --user user --role role [--tenant
 tenant]
 keystone user-role-add: error: argument --user/--user-id/--user_id:
 expected one argument
 usage: keystone user-role-add --user user --role role [--tenant
 tenant]
 keystone user-role-add: error: argument --tenant/--tenant-id: expected
 one argument
 usage: keystone user-role-add --user user --role role [--tenant
 tenant]
 keystone user-role-add: error: argument --tenant/--tenant-id: expected
 one argument
 usage: keystone user-role-add --user user --role role [--tenant
 tenant]
 keystone user-role-add: error: argument --tenant/--tenant-id: expected
 one argument
 ./bash_script.sh: line 63: --role-id: command not found
 usage: keystone user-role-add --user user --role role [--tenant
 tenant]
 keystone user-role-add: error: argument --tenant/--tenant-id: expected
 one argument
 usage: keystone user-role-add --user user --role role [--tenant
 tenant]
 keystone user-role-add: error: argument --tenant/--tenant-id: expected
 one argument
 Invalid OpenStack Identity credentials.
 Invalid OpenStack Identity credentials.
 Invalid OpenStack Identity credentials.
 Invalid OpenStack Identity credentials.
 ./bash_script.sh: line 72: --description: command not found
 usage: keystone service-create --name name --type type
[--description service-description]
 keystone service-create: error: argument --description: expected one
 argument
 ./bash_script.sh: line 74: OpenStack EC2 service: command not found
 Invalid OpenStack Identity credentials.
 usage: keystone endpoint-create [--region endpoint-region] --service-id
 service-id [--publicurl public-url]
 [--adminurl admin-url]
 [--internalurl internal-url]
 keystone endpoint-create: error: argument --service-id/--service_id:
 expected one argument
 ./bash_script.sh: line 77: --publicurl: command not found
 ./bash_script.sh: line 79: --internalurl: command not found
 usage: keystone endpoint-create [--region endpoint-region] --service-id
 service-id [--publicurl public-url]
 [--adminurl admin-url]
 [--internalurl internal-url]
 keystone endpoint-create: error: argument --service-id/--service_id:
 expected one argument
 ./bash_script.sh: line 81: --publicurl: command not found
 ./bash_script.sh: line 83: --internalurl: command not found
 usage: keystone endpoint-create [--region endpoint-region] --service-id
 service-id [--publicurl public-url]
 [--adminurl admin-url]
 [--internalurl internal-url]
 keystone endpoint-create: error: argument --service-id/--service_id:
 expected one argument
 ./bash_script.sh: line 85: --publicurl: command not found
 

Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Victor Lowther
If an attacker can put a binary in /usr/local/bin, they already have root
and we are doomed anyways.  If you are still worried about it, reorder PATH
so that /usr/local/whatever comes last instead of first.


On Tue, May 14, 2013 at 10:38 AM, Vasiliy Khomenko 
vkhome...@griddynamics.com wrote:

 Attacker can put binary in /usr/local/bin for example. on ubuntu that path
 located before /usr/bin.
 We could create some templates with absolute paths to binaries for each
 distro (deb-based, rhel-based) and auto-detect them.



 On Tue, May 14, 2013 at 3:36 PM, Victor Lowther 
 victor.lowt...@gmail.comwrote:

 Err, sounds like a lot of work to make the code more fragile.  If you
 want to be paranoid about launching the right command, do it by
 sanity-checking $PATH, not by hardcoding the path of all the executables
 you call.


 On Tue, May 14, 2013 at 5:56 AM, Stanislav Pugachev 
 spugac...@griddynamics.com wrote:

 Hi,
 I've added a blueprint
 https://blueprints.launchpad.net/hacking/+spec/absolute-paths-of-os-binaries
 Please, take a look and let's discuss it if it makes sense.
 Thank you
 Stas.



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Victor Lowther
On Tue, May 14, 2013 at 9:25 AM, Mac Innes, Kiall ki...@hp.com wrote:

 On 14/05/13 12:02, Stanislav Pugachev wrote:
 Hi,
 I've added a blueprint
 https://blueprints.launchpad.net/hacking/+spec/absolute-paths-of-os-binaries
 Please, take a look and let's discuss it if it makes sense.
 Thank you
 Stas.


 Am I correct in thinking that, if the attacker is able to modify $PATH in
 the environment under which nova etc runs, you've already lost?


Yep.


 I would argue this is at worst a packaging bug, assuming packagers are not
 explicitly defining the $PATH variable as part of the init scripts.


That and the PATH that any user with the rights to run nova services and
commands -- the general best practice is to make sure that all the entries
in $PATH are absolute paths, and that nothing in $PATH is world-writable.


 P.S. the openstack-dev mailing list is generally where blueprint
 discussion happens :)

 Thanks,
 Kiall

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Distributed CPU/Memory

2013-05-14 Thread Chris Bartels
I just discovered ScaleMP, with their ability to consolidate CPU cores 
memory from across the network to create large VMs out of disparate server
nodes  was wondering if there was anyone working on something similar with
OpenStack. Has anyone heard of such a thing? Google doesn't say much on the
subject. It sounds like a useful featureset.

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] security blueprint related to os binaries

2013-05-14 Thread Thierry Carrez
Kevin L. Mitchell wrote:
 On Tue, 2013-05-14 at 18:38 +0300, Vasiliy Khomenko wrote:
 Attacker can put binary in /usr/local/bin for example. on ubuntu that
 path located before /usr/bin.
 
 If the attacker has write access to /usr/local/bin, it's already game
 over; I don't see what we can do to nova that can mitigate something
 that disastrous.

Yes, this proposal is pretty useless.

We rely on $PATH to execute code as the $service user -- someone that
can modify $PATH or inject binaries in it already has enough rights to
act as $service.

For rootwrap calls we rely on a root-configured specific path, and still
have the option to specify the complete path. To interfere with that you
actually need to be root already.

So this makes the code more brittle (each distro would have to patch the
code to apply their specific paths), for no security gain.

-- 
Thierry Carrez (ttx)
Release Manager, OpenStack

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] [metering] Ceilometer plugin for VM provisioning metrics

2013-05-14 Thread Ruslan Kiianchuk
Hello.

The task I'm trying to implement is gather provisioning metrics from
OpenStack VMs using Ceilometer. Precisely, I need to provide time of
execution for the provisioning tasks *scheduling, **spawning, networking *via
Ceilometer.

After reading Ceilometer and Nova documentation I figured out that Nova
could already provide the needed events with the following configuration:

notification_driver =
nova.openstack.common.notifier.rabbit_notifier,ceilometer.compute.nova_notifier
notify_on_state_change = vm_and_task_state

This should make Nova generate corresponding events with
compute.instance.update
event type. So I guess there is no need to implement pollster plugin in
this case, but listener plugin still needs to be implemented. From what I
understand, it should be implemented in ceilometer/compute/notifications.py to
process events that Nova sends to RabbitMQ. I've tried to do so similarly
to already existing plugins in  notifications.py and added it as an entry
point in setup.cfg (ceilometer.collector section) but couldn't see any
changes after reinstalling and restarting Ceilometer services.

Could you please help on how the listener plugin is supposed to be created?
There are good chances I have some misunderstandings in the concept of
Ceilometer plugins.

Thank you!

-- 
Sincerely, Ruslan Kiianchuk.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] AuthN/AuthZ

2013-05-14 Thread Aaron Knister
*bump*

Here's the tl;dr version:

- How have other folks handled integration of OpenStack with existing
authN/authZ infrastructures? I'm particularly interested in the automatic
mapping of existing LDAP groups to roles/tenants within openstack.
- Are there plans to add support for the auth plugins to the *client
modules and CLI tools going forward? I'd be interested in contributing this
if it's on the roadmap and hasn't been done yet.
- Are there plans to add support for auth plugins/external au th to
Horizon? As above, I'm interested in implementing this if there's interest.
- I see vague references in the documentation/*client code to using
certificates for authentication (without the need for httpd external
authentication) which would also eliminate the credentials-in-environment-
variables issue. Is using PKI for authentication going to be supported? If
so what's the status?

Am I perhaps posting this to the wrong list? I didn't get any replies from
my original post.

Thanks!

-Aaron



On Tue, May 7, 2013 at 1:52 PM, Aaron Knister aaron.knis...@gmail.comwrote:

 Hi Everyone,

 I'm looking for feedback and input about what other sites are doing for
 authentication and authorization with OpenStack.

 First, some background:

 I'm currently evaluating OpenStack (Grizzly), specifically working on
 integration with Active Directory. I'm unable to modify the schema to allow
 groupOfNames as a SUP of organizationalRole so I've implemented a
 workaround using openldap and several of its overlays backends to sit in
 front of AD. That all works just fine, however I really would like to be
 able to map AD groups to roles/tenants. I suspect I'll end up writing some
 code to do this-- shouldn't be too hard.

 Also on the subject of Active Directory, it's a show stopper for me to put
 un-encrypted AD credentials in environment variables to then pass to the
 various openstack CLI progs. My ideal workaround would be to use Kerberos
 authentication which I actually have working. I setup keystone to run under
 apache based on this documentation with some tweaks here and there:

 http://docs.openstack.org/developer/keystone/external-auth.html

 I created an openstack client auth plugin (based on the VOMS auth plugin)
 using requests_kerberos and this works well with the nova client, however
 none of the other client tools, including horizon, seem to support
 authentication plugins or the external authentication concept in general.

 So, here are my questions:

 - How have other folks handled integration of OpenStack with existing
 authN/authZ infrastructures? I'm particularly interested in the automatic
 mapping of existing LDAP groups to roles/tenants within openstack.
 - Are there plans to add support for the auth plugins to the *client
 modules and CLI tools going forward? I'd be interested in contributing this
 if it's on the roadmap and hasn't been done yet.
 - Are there plans to add support for auth plugins/external au th to
 Horizon? As above, I'm interested in implementing this if there's interest.
 - I see vague references in the documentation/*client code to using
 certificates for authentication (without the need for httpd external
 authentication) which would also eliminate the
 credentials-in-environment-variables issue. Is using PKI for authentication
 going to be supported? If so what's the status?

 Thanks in advance!

 -Aaron

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] ConnectQuantum to VLAN-tagged physical network

2013-05-14 Thread Angelo Olivera
Hi Yiting,

It doesn't mean you *have* to use vconfig, but that's how I configured
this set of nodes. I will try with ovs-vsctl alone once I set up a new
node for the cluster.

Some articles you may find useful:
http://blog.scottlowe.org/2012/10/04/some-insight-into-open-vswitch-configuration/
http://blog.scottlowe.org/2012/10/19/vlans-with-open-vswitch-fake-bridges/

--
Angelo

On Mon, May 13, 2013 at 4:53 PM, Yiting Wu yting...@gmail.com wrote:
 Hi Angelo,


 I had the same problem with you.
 when I try:

 # ovs-vsctl add-br br-dev
 # ovs-vsctl add-port br-dev eth1 tag=108

 and it doesn't work.

 Does it mean we have to use vconfig to add a eth1.108 virtual interface, and
 add it into bridge?
 But OpenVSwitch suppose to support vlan directly.

 That's a bit tricky.



 On Mon, May 13, 2013 at 4:06 AM, Angelo Olivera aoliv...@gmail.com wrote:

 Salvatore, thanks for your reply. It took me a few tries but I finally
 solved this issue by creating the vlan devices on the respective
 interfaces, adding them to the corresponding bridges with ovs-vsctl
 and configuring two external networks with quantum.

 This would correspond to the Multiple Flat Network use case
 described in the Grizzly Networking Administration Guide[1], although
 the configuration is not explained. Quantum provides DHCP with default
 routes 10.33.8.1 (vlan 108) and 10.33.9.1 (vlan 109). Namespaces are
 used and there is one instance of the metadata proxy per each
 namespace.

 [1]
 http://docs.openstack.org/grizzly/openstack-network/admin/content/use_cases_multi_flat.html

 /etc/network/interfaces
 auto lo
 iface lo inet loopback

 auto eth0
 iface eth0 inet static
 address 10.33.10.210
 netmask 255.255.255.0
 gateway 10.33.10.1

 auto eth1
 iface eth1 inet manual

 auto eth1.108
 iface eth1.108 inet manual
 vlan-raw-device eth1
 up /sbin/ifconfig eth1.108 up

 auto eth1.109
 iface eth1.109 inet manual
 vlan-raw-device eth1
 up /sbin/ifconfig eth1.109 up

 /etc/quantum/quantum.conf
 [DEFAULT]
 lock_path = $state_path/lock
 bind_host = 0.0.0.0
 bind_port = 9696
 core_plugin =
 quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2
 api_paste_config = /etc/quantum/api-paste.ini
 control_exchange = quantum
 rabbit_host = 10.33.10.210
 notification_driver = quantum.openstack.common.notifier.rpc_notifier
 default_notification_level = INFO
 notification_topics = notifications
 [QUOTAS]
 [DEFAULT_SERVICETYPE]
 [AGENT]
 root_helper = sudo quantum-rootwrap /etc/quantum/rootwrap.conf
 [keystone_authtoken]
 auth_host = 127.0.0.1
 auth_port = 35357
 auth_protocol = http
 admin_tenant_name = service
 admin_user = quantum
 admin_password = ###
 signing_dir = /var/lib/quantum/keystone-signing

 /etc/quantum/dhcp_agent.ini
 [DEFAULT]
 interface_driver = quantum.agent.linux.interface.OVSInterfaceDriver
 dhcp_driver = quantum.agent.linux.dhcp.Dnsmasq
 use_namespaces = True
 enable_isolated_metadata = True

 /etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini
 [DATABASE]
 sql_connection = mysql://quantum##@10.33.10.210/quantum?charset=utf8
 reconnect_interval = 2
 [OVS]
 # even when using flat networking these two variables had to be
 defined for the multiple physical networks to work
 tenant_network_type = vlan
 network_vlan_ranges = physdev:2048:4094,physqa:2048:4094
 bridge_mappings = physdev:br-dev,physqa:br-qa
 [AGENT]
 polling_interval = 2
 [SECURITYGROUP]
 firewall_driver =
 quantum.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver

 # ovs-vsctl add-br br-int
 # ovs-vsctl add-br br-dev
 # ovs-vsctl add-port br-dev eth1.108
 # ovs-vsctl add-br br-qa
 # ovs-vsctl add-port br-qa eth1.109
 # quantum net-create --shared dev --provider:network_type flat
 --router:external=True --provider:physical_network physdev
 # quantum net-create --shared qa --provider:network_type flat
 --router:external=True --provider:physical_network physqa
 # quantum subnet-create dev 10.33.8.0/24 --name dev-subnet
 --allocation-pool start=10.33.8.10,end=10.33.8.254
 # quantum subnet-create qa 10.33.9.0/24 --name qa-subnet
 --allocation-pool start=10.33.9.10,end=10.33.9.254

 (Question also posted on
 https://answers.launchpad.net/quantum/+question/228437/)

 Regards,

 --
 Angelo

 On Thu, May 9, 2013 at 8:07 AM, Salvatore Orlando sorla...@nicira.com
 wrote:
  Your configuration looks correct, and provider networks are what you
  need
  for implementing this use case.
 
  Is the traffic for your subnets improperly tagged, or are you unable at
  all
  to forward traffic?
  If you're not using GRE overlays it might make sense verifying that VLAN
  108/109 are allowed on physical switch ports or that the physical switch
  ports are in trunk mode.
 
 
  Regards,
  Salvatore
 
 
  On 8 May 2013 20:21, Ashok Kumaran ashokkumara...@gmail.com wrote:
 
  Hi Angelo,
 
  This should be possible. Make sure that eth1 is connected to the Vlan
  trunk with necessary port configurations.
 
  Create 2 network with segmentation's ID 

Re: [Openstack] provision of dynamic flavor

2013-05-14 Thread Michael J Fork
Openstack openstack-bounces+mjfork=us.ibm@lists.launchpad.net wrote
on 05/08/2013 06:29:02 AM:

 From: Pratik Gadiya pratik_gad...@persistent.co.in
 To: openstack@lists.launchpad.net openstack@lists.launchpad.net,
 Date: 05/08/2013 06:30 AM
 Subject: [Openstack] provision of dynamic flavor
 Sent by: Openstack openstack-bounces
+mjfork=us.ibm@lists.launchpad.net

 Hi All,

 I want to provide dynamic flavors to user according to his/her
 specification by modifying the API’s.
 Let me know in detail where I need to make code changes in order to
 achieve this.

Not sure exactly what function you are looking for, but this here is a
blueprint under consideration for Havana that may fit your needs:
https://blueprints.launchpad.net/nova/+spec/no-flavors

Michael

-
Michael Fork
Architect, OpenStack Development
IBM Systems  Technology Group___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #115

2013-05-14 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/115/Project:precise_havana_quantum_trunkDate of build:Tue, 14 May 2013 04:00:22 -0400Build duration:4 min 16 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesmake default transport type configurable nvpby aroseneditetc/quantum/plugins/nicira/nvp.inieditquantum/tests/unit/nicira/test_nvpopts.pyeditquantum/plugins/nicira/common/config.pyeditquantum/plugins/nicira/nvplib.pyAdd missing unit test for NVP metadata_mode optionby aroseneditquantum/tests/unit/nicira/test_nvpopts.pyConsole Output[...truncated 3461 lines...]dch -a [01a977b] Send 400 error if device specification contains unexpected attributesdch -a [62017cd] Imported Translations from Transifexdch -a [26b98b7] lbaas: check object state before update for pools, members, health monitorsdch -a [49c1c98] Metadata agent: reuse authentication info across eventlet threadsdch -a [11639a2] Imported Translations from Transifexdch -a [35988f1] Make the 'admin' role configurabledch -a [ee50162] Simplify delete_health_monitor() using cascadesdch -a [765baf8] Imported Translations from Transifexdch -a [15a1445] Update latest OSLO codedch -a [343ca18] Imported Translations from Transifexdch -a [c117074] Remove locals() from strings substitutionsdch -a [fb66e24] Imported Translations from Transifexdch -a [e001a8d] Add string 'quantum'/ version to scope/tag in NVPdch -a [5896322] Changed DHCPV6_PORT from 467 to 547, the correct port for DHCPv6.dch -a [80ffdde] Imported Translations from Transifexdch -a [929cbab] Imported Translations from Transifexdch -a [2a24058] Imported Translations from Transifexdch -a [b6f0f68] Imported Translations from Transifexdch -a [1e1c513] Imported Translations from Transifexdch -a [6bbcc38] Imported Translations from Transifexdch -a [bd702cb] Imported Translations from Transifexdch -a [a13295b] Enable automatic validation of many HACKING rules.dch -a [91bed75] Ensure unit tests work with all interface typesdch -a [0446eac] Shorten the path of the nicira nvp plugin.dch -a [8354133] Implement LB plugin delete_pool_health_monitor().dch -a [147038a] Parallelize quantum unit testing:debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.2+git201305140400~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A quantum_2013.2+git201305140400~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201305140400~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201305140400~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #148

2013-05-14 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/148/Project:precise_havana_nova_trunkDate of build:Tue, 14 May 2013 04:01:24 -0400Build duration:3 min 28 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesCatch volume create exceptionby cyeoheditnova/tests/api/openstack/compute/contrib/test_volumes.pyeditnova/api/openstack/compute/contrib/volumes.pyMake sure that hypervisor nodename is set correctly in FakeDriverby hanlindeditnova/virt/fake.pyRaise InstanceInvalidState for double hard rebootby andrew.laskieditnova/tests/api/openstack/compute/test_server_actions.pyeditnova/compute/api.pyPass None to image if booted from volume in live migrationby dzhou121editnova/tests/scheduler/test_scheduler.pyeditnova/scheduler/driver.pyImprove message and logging for corrupt VHD footersby msherborneeditplugins/xenserver/xenapi/etc/xapi.d/plugins/utils.pyAdds useful debug logging to filter_schedulerby philip.dayeditnova/filters.pyeditnova/scheduler/filter_scheduler.pyFix run_tests.sh usage of tools/colorizer.py.by clark.boylaneditrun_tests.shConsole Output[...truncated 793 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 21, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-86f0cfbf-a3fa-4cb7-b4d5-b410b614d77b', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-86f0cfbf-a3fa-4cb7-b4d5-b410b614d77b', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmpcddULK/novamk-build-deps -i -r -t apt-get -y /tmp/tmpcddULK/nova/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-86f0cfbf-a3fa-4cb7-b4d5-b410b614d77b', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-86f0cfbf-a3fa-4cb7-b4d5-b410b614d77b', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_quantum_trunk #45

2013-05-14 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/45/Project:saucy_havana_quantum_trunkDate of build:Tue, 14 May 2013 04:00:24 -0400Build duration:11 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesmake default transport type configurable nvpby aroseneditquantum/plugins/nicira/nvplib.pyeditquantum/tests/unit/nicira/test_nvpopts.pyeditetc/quantum/plugins/nicira/nvp.inieditquantum/plugins/nicira/common/config.pyAdd missing unit test for NVP metadata_mode optionby aroseneditquantum/tests/unit/nicira/test_nvpopts.pyConsole Output[...truncated 15158 lines...]dch -a [791e220] Imported Translations from Transifexdch -a [a397df3] Don't run metadata proxy when it is not neededdch -a [a299091] Add a configuration item to disable metadata proxydch -a [8a9e7ac] in dhcp_agent, always use quantum.conf root_helperdch -a [6d26dd5] Fix usage of SQLAlchemy Query.first() methoddch -a [f8f2a7f] Fix usage of NexusPortBindingNotFound exceptiondch -a [0e49ad3] Imported Translations from Transifexdch -a [9751562] Avoid extra queries when retrieving routersdch -a [3640328] Log a warning if dnsmasq version is below the minimum requireddch -a [6db5b0b] Change Daemon class to better match process command lines.dch -a [fa69228] Improve checking of return values for functions in linuxbridge agent plugindch -a [3bf88f4] Imported Translations from Transifexdch -a [09dd1ec] Validate that netaddr does not receive a string with whitespacedch -a [4056e8e] Import recent rootwrap features in local rootwrapdch -a [17336b9] Fix 500 raised on disassociate_floatingips when out of syncdch -a [9b2fb56] Update import of oslo's processutils.dch -a [6acbc05] Calculate nicira plugin NAT rules order according to CIDR prefixdch -a [ea29aeb] Log msg for load policy file only if the file is actually loadeddch -a [0fee496] Fetch routers ports for metadata access from DBdch -a [31946eb] update-port error if port does not exist in nvpdch -a [3ba9b98] blueprint cisco-plugin-exception-handlingdch -a [2db451d] Imported Translations from Transifexdch -a [87d0f81] Duplicate line in Brocade plugindch -a [9051f68] Imported Translations from Transifexdch -a [6f01194] Perform a joined query for ports and security group associationsdch -a [9581e5b]  Copy the RHEL6 eventlet workaround from Oslodebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.2+git201305140400~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A quantum_2013.2+git201305140400~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'quantum_2013.2+git201305140400~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'quantum_2013.2+git201305140400~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_nova_trunk #68

2013-05-14 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/68/Project:saucy_havana_nova_trunkDate of build:Tue, 14 May 2013 04:00:29 -0400Build duration:11 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesCatch volume create exceptionby cyeoheditnova/api/openstack/compute/contrib/volumes.pyeditnova/tests/api/openstack/compute/contrib/test_volumes.pyMake sure that hypervisor nodename is set correctly in FakeDriverby hanlindeditnova/virt/fake.pyRaise InstanceInvalidState for double hard rebootby andrew.laskieditnova/tests/api/openstack/compute/test_server_actions.pyeditnova/compute/api.pyPass None to image if booted from volume in live migrationby dzhou121editnova/tests/scheduler/test_scheduler.pyeditnova/scheduler/driver.pyImprove message and logging for corrupt VHD footersby msherborneeditplugins/xenserver/xenapi/etc/xapi.d/plugins/utils.pyAdds useful debug logging to filter_schedulerby philip.dayeditnova/scheduler/filter_scheduler.pyeditnova/filters.pyFix run_tests.sh usage of tools/colorizer.py.by clark.boylaneditrun_tests.shConsole Output[...truncated 8576 lines...]Build-Time: 354Distribution: saucy-havanaFail-Stage: buildHost Architecture: amd64Install-Time: 68Job: nova_2013.2+git201305140401~saucy-0ubuntu1.dscMachine Architecture: amd64Package: novaPackage-Time: 437Source-Version: 1:2013.2+git201305140401~saucy-0ubuntu1Space: 64520Status: attemptedVersion: 1:2013.2+git201305140401~saucy-0ubuntu1Finished at 20130514-0411Build needed 00:07:17, 64520k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'nova_2013.2+git201305140401~saucy-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'nova_2013.2+git201305140401~saucy-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmpQaK5BB/novamk-build-deps -i -r -t apt-get -y /tmp/tmpQaK5BB/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hdch -b -D saucy --newversion 1:2013.2+git201305140401~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.2+git201305140401~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A nova_2013.2+git201305140401~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'nova_2013.2+git201305140401~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'nova_2013.2+git201305140401~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #55

2013-05-14 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #116

2013-05-14 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/116/Project:precise_havana_quantum_trunkDate of build:Tue, 14 May 2013 04:30:24 -0400Build duration:3 min 56 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd ability for core plugin to implement advanced servicesby enikanoroveditquantum/tests/unit/test_routerserviceinsertion.pyeditquantum/plugins/common/constants.pyeditquantum/tests/unit/test_quantum_manager.pyeditquantum/manager.pyConsole Output[...truncated 3464 lines...]dch -a [01a977b] Send 400 error if device specification contains unexpected attributesdch -a [62017cd] Imported Translations from Transifexdch -a [26b98b7] lbaas: check object state before update for pools, members, health monitorsdch -a [49c1c98] Metadata agent: reuse authentication info across eventlet threadsdch -a [11639a2] Imported Translations from Transifexdch -a [35988f1] Make the 'admin' role configurabledch -a [ee50162] Simplify delete_health_monitor() using cascadesdch -a [765baf8] Imported Translations from Transifexdch -a [15a1445] Update latest OSLO codedch -a [343ca18] Imported Translations from Transifexdch -a [c117074] Remove locals() from strings substitutionsdch -a [fb66e24] Imported Translations from Transifexdch -a [e001a8d] Add string 'quantum'/ version to scope/tag in NVPdch -a [5896322] Changed DHCPV6_PORT from 467 to 547, the correct port for DHCPv6.dch -a [80ffdde] Imported Translations from Transifexdch -a [929cbab] Imported Translations from Transifexdch -a [2a24058] Imported Translations from Transifexdch -a [b6f0f68] Imported Translations from Transifexdch -a [1e1c513] Imported Translations from Transifexdch -a [6bbcc38] Imported Translations from Transifexdch -a [bd702cb] Imported Translations from Transifexdch -a [a13295b] Enable automatic validation of many HACKING rules.dch -a [91bed75] Ensure unit tests work with all interface typesdch -a [0446eac] Shorten the path of the nicira nvp plugin.dch -a [8354133] Implement LB plugin delete_pool_health_monitor().dch -a [147038a] Parallelize quantum unit testing:debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.2+git201305140430~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A quantum_2013.2+git201305140430~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201305140430~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201305140430~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_quantum_trunk #46

2013-05-14 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/46/Project:saucy_havana_quantum_trunkDate of build:Tue, 14 May 2013 04:30:24 -0400Build duration:7 min 48 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd ability for core plugin to implement advanced servicesby enikanoroveditquantum/tests/unit/test_routerserviceinsertion.pyeditquantum/manager.pyeditquantum/tests/unit/test_quantum_manager.pyeditquantum/plugins/common/constants.pyConsole Output[...truncated 15165 lines...]dch -a [791e220] Imported Translations from Transifexdch -a [a397df3] Don't run metadata proxy when it is not neededdch -a [a299091] Add a configuration item to disable metadata proxydch -a [8a9e7ac] in dhcp_agent, always use quantum.conf root_helperdch -a [6d26dd5] Fix usage of SQLAlchemy Query.first() methoddch -a [f8f2a7f] Fix usage of NexusPortBindingNotFound exceptiondch -a [0e49ad3] Imported Translations from Transifexdch -a [9751562] Avoid extra queries when retrieving routersdch -a [3640328] Log a warning if dnsmasq version is below the minimum requireddch -a [6db5b0b] Change Daemon class to better match process command lines.dch -a [fa69228] Improve checking of return values for functions in linuxbridge agent plugindch -a [3bf88f4] Imported Translations from Transifexdch -a [09dd1ec] Validate that netaddr does not receive a string with whitespacedch -a [4056e8e] Import recent rootwrap features in local rootwrapdch -a [17336b9] Fix 500 raised on disassociate_floatingips when out of syncdch -a [9b2fb56] Update import of oslo's processutils.dch -a [6acbc05] Calculate nicira plugin NAT rules order according to CIDR prefixdch -a [ea29aeb] Log msg for load policy file only if the file is actually loadeddch -a [0fee496] Fetch routers ports for metadata access from DBdch -a [31946eb] update-port error if port does not exist in nvpdch -a [3ba9b98] blueprint cisco-plugin-exception-handlingdch -a [2db451d] Imported Translations from Transifexdch -a [87d0f81] Duplicate line in Brocade plugindch -a [9051f68] Imported Translations from Transifexdch -a [6f01194] Perform a joined query for ports and security group associationsdch -a [9581e5b]  Copy the RHEL6 eventlet workaround from Oslodebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.2+git201305140430~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A quantum_2013.2+git201305140430~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'quantum_2013.2+git201305140430~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'quantum_2013.2+git201305140430~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_ceilometer_trunk #49

2013-05-14 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_ceilometer_trunk #35

2013-05-14 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_horizon_trunk #34

2013-05-14 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/34/Project:precise_havana_horizon_trunkDate of build:Tue, 14 May 2013 07:00:23 -0400Build duration:3 min 16 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdds d3.js library and reworked quota infographicsby jones.bradleyedithorizon/templates/horizon/common/_quota_summary.htmleditopenstack_dashboard/dashboards/project/instances/templates/instances/_launch_details_help.htmledithorizon/static/horizon/js/horizon.quota.jsaddhorizon/static/horizon/js/horizon.d3piechart.jseditopenstack_dashboard/static/dashboard/less/horizon.lessedithorizon/templatetags/horizon.pyeditopenstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/floating_ips/_allocate.htmladdhorizon/static/horizon/lib/d3.v3.min.jseditopenstack_dashboard/dashboards/project/volumes/templates/volumes/_create.htmldeletehorizon/templates/horizon/common/_progress_bar.htmledithorizon/templates/horizon/_scripts.htmlEnsure an error message in LBaaS is displayed once.by motokieditopenstack_dashboard/dashboards/project/loadbalancers/workflows.pyeditopenstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/addvip.htmleditopenstack_dashboard/dashboards/project/loadbalancers/tabs.pyeditopenstack_dashboard/dashboards/project/loadbalancers/tables.pyeditopenstack_dashboard/dashboards/project/loadbalancers/views.pyCorrect a wonky translation from commit b7e3624by niceditopenstack_dashboard/locale/en/LC_MESSAGES/django.moeditopenstack_dashboard/locale/en/LC_MESSAGES/django.poConsole Output[...truncated 1031 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 28, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-9f1e0d95-f026-47fd-91f6-1a4cc2c633dd', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-9f1e0d95-f026-47fd-91f6-1a4cc2c633dd', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/horizon/havana /tmp/tmpehUmG8/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmpehUmG8/horizon/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-9f1e0d95-f026-47fd-91f6-1a4cc2c633dd', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-9f1e0d95-f026-47fd-91f6-1a4cc2c633dd', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked 

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_horizon_trunk #14

2013-05-14 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/14/Project:saucy_havana_horizon_trunkDate of build:Tue, 14 May 2013 07:00:23 -0400Build duration:3 min 16 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdds d3.js library and reworked quota infographicsby jones.bradleyeditopenstack_dashboard/dashboards/project/volumes/templates/volumes/_create.htmladdhorizon/static/horizon/js/horizon.d3piechart.jsedithorizon/static/horizon/js/horizon.quota.jsdeletehorizon/templates/horizon/common/_progress_bar.htmleditopenstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/floating_ips/_allocate.htmledithorizon/templatetags/horizon.pyedithorizon/templates/horizon/common/_quota_summary.htmladdhorizon/static/horizon/lib/d3.v3.min.jsedithorizon/templates/horizon/_scripts.htmleditopenstack_dashboard/static/dashboard/less/horizon.lesseditopenstack_dashboard/dashboards/project/instances/templates/instances/_launch_details_help.htmlEnsure an error message in LBaaS is displayed once.by motokieditopenstack_dashboard/dashboards/project/loadbalancers/tables.pyeditopenstack_dashboard/dashboards/project/loadbalancers/workflows.pyeditopenstack_dashboard/dashboards/project/loadbalancers/tabs.pyeditopenstack_dashboard/dashboards/project/loadbalancers/views.pyeditopenstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/addvip.htmlCorrect a wonky translation from commit b7e3624by niceditopenstack_dashboard/locale/en/LC_MESSAGES/django.poeditopenstack_dashboard/locale/en/LC_MESSAGES/django.moConsole Output[...truncated 1455 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 28, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 586, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 831, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 843, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 295, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 615, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-fdbc1ccc-57e5-47da-812e-e3c160ef6186', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-fdbc1ccc-57e5-47da-812e-e3c160ef6186', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/horizon/havana /tmp/tmpavOahh/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmpavOahh/horizon/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-fdbc1ccc-57e5-47da-812e-e3c160ef6186', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-fdbc1ccc-57e5-47da-812e-e3c160ef6186', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as 

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_horizon_trunk #15

2013-05-14 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/15/Project:saucy_havana_horizon_trunkDate of build:Tue, 14 May 2013 08:00:22 -0400Build duration:3 min 14 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesEnable parsing of Identity Service V3 catalog.by lin-hua.chengeditopenstack_dashboard/local/local_settings.py.exampleeditopenstack_dashboard/api/base.pyConsole Output[...truncated 1455 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 28, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 586, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 831, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 843, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 295, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 615, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-b2da0e80-5dca-474a-8192-fb854f435e1f', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-b2da0e80-5dca-474a-8192-fb854f435e1f', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/horizon/havana /tmp/tmpiiLBom/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmpiiLBom/horizon/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-b2da0e80-5dca-474a-8192-fb854f435e1f', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-b2da0e80-5dca-474a-8192-fb854f435e1f', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_nova_trunk #69

2013-05-14 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/69/Project:saucy_havana_nova_trunkDate of build:Tue, 14 May 2013 08:30:27 -0400Build duration:9 min 47 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesHide lock_prefix argument using synchronized_with_prefix()by zhongyue.naheditnova/virt/storage_users.pyeditnova/network/floating_ips.pyeditnova/virt/libvirt/imagecache.pyeditnova/openstack/common/lockutils.pyeditnova/compute/manager.pyeditnova/virt/libvirt/volume.pyeditnova/network/linux_net.pyeditnova/compute/resource_tracker.pyeditnova/virt/firewall.pyeditnova/tests/test_imagebackend.pyeditnova/tests/test_migrations.pyeditnova/virt/hyperv/imagecache.pyeditnova/utils.pyeditnova/virt/libvirt/imagebackend.pyeditnova/network/manager.pyeditnova/cells/state.pyConsole Output[...truncated 13841 lines...]deleting and forgetting pool/main/n/nova/nova-compute-xcp_2013.2+git201305132231~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-xen_2013.2+git201305132231~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute_2013.2+git201305132231~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-conductor_2013.2+git201305132231~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-console_2013.2+git201305132231~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-consoleauth_2013.2+git201305132231~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-doc_2013.2+git201305132231~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-network_2013.2+git201305132231~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-novncproxy_2013.2+git201305132231~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-objectstore_2013.2+git201305132231~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-scheduler_2013.2+git201305132231~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-spiceproxy_2013.2+git201305132231~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-volume_2013.2+git201305132231~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xcp-network_2013.2+git201305132231~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xcp-plugins_2013.2+git201305132231~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xvpvncproxy_2013.2+git201305132231~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/python-nova_2013.2+git201305132231~saucy-0ubuntu1_all.debINFO:root:Storing current commit for next build: 3c36cbdbc83c1fe1e83fb0733101f84a7a61a0f7INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmpEB3nyF/novamk-build-deps -i -r -t apt-get -y /tmp/tmpEB3nyF/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log b5643337ee2b1fef25452aadcf9ff487fe5d782b..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201305140831~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [3c36cbd] Hide lock_prefix argument using synchronized_with_prefix()dch -a [7f262c5] Fix run_tests.sh usage of tools/colorizer.py.dch -a [4adc3f1] Move get_table() from test_migrations to sqlalchemy.utilsdch -a [449affe] Show the cause of virt driver errordch -a [76f24ac] Adds useful debug logging to filter_schedulerdch -a [9ef6d68] Improve message and logging for corrupt VHD footersdch -a [07a8213] Pass None to image if booted from volume in live migrationdch -a [662a793] Raise InstanceInvalidState for double hard rebootdch -a [8b79ac2] Make sure that hypervisor nodename is set correctly in FakeDriverdch -a [46ce2e3] Catch volume create exceptiondch -a [f53df8c] Fix format error in claims.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.2+git201305140831~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A nova_2013.2+git201305140831~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana nova_2013.2+git201305140831~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana nova_2013.2+git201305140831~saucy-0ubuntu1_amd64.changes+ [ 0 != 0 ]+ jenkins-cli build -p pipeline_parameters=pipeline_parameters -p PARENT_BUILD_TAG=jenkins-saucy_havana_nova_trunk-69 pipeline_runnerEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #56

2013-05-14 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #57

2013-05-14 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #25

2013-05-14 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_quantum_trunk #47

2013-05-14 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/47/Project:saucy_havana_quantum_trunkDate of build:Tue, 14 May 2013 13:56:57 -0400Build duration:7 min 22 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 19024 lines...]dch -a [9449276] blueprint mellanox-quantum-plugindch -a [76bc87f] Imported Translations from Transifexdch -a [8aaf0bd] Fix testcase 'test_create_subnet_with_two_host_routes' faileddch -a [738aa41] Add ability for core plugin to implement advanced servicesdch -a [74bb8d1] Fix testcase 'TestPortsV2.test_range_allocation' failed randomlydch -a [4184d30] Fix invalid status code assertion after handle expected exceptiondch -a [babd65e] Imported Translations from Transifexdch -a [061efc3] Update flake8 pinned versions.dch -a [7c4eed2] Imported Translations from Transifexdch -a [91b56e4] Do not require sudo/rootwrap to check for dnsmasq versiondch -a [cc8e822] Imported Translations from Transifexdch -a [c544ebd] Add kill-metadata rootwrap filter to support RHEL.dch -a [6a5edbc] Create a common function for method _parse_network_vlan_ranges used by plugins.dch -a [791e220] Imported Translations from Transifexdch -a [a397df3] Don't run metadata proxy when it is not neededdch -a [a299091] Add a configuration item to disable metadata proxydch -a [8a9e7ac] in dhcp_agent, always use quantum.conf root_helperdch -a [6d26dd5] Fix usage of SQLAlchemy Query.first() methoddch -a [f8f2a7f] Fix usage of NexusPortBindingNotFound exceptiondch -a [0e49ad3] Imported Translations from Transifexdch -a [9751562] Avoid extra queries when retrieving routersdch -a [3640328] Log a warning if dnsmasq version is below the minimum requireddch -a [6db5b0b] Change Daemon class to better match process command lines.dch -a [fa69228] Improve checking of return values for functions in linuxbridge agent plugindch -a [3bf88f4] Imported Translations from Transifexdch -a [09dd1ec] Validate that netaddr does not receive a string with whitespacedch -a [4056e8e] Import recent rootwrap features in local rootwrapdch -a [17336b9] Fix 500 raised on disassociate_floatingips when out of syncdch -a [9b2fb56] Update import of oslo's processutils.dch -a [6acbc05] Calculate nicira plugin NAT rules order according to CIDR prefixdch -a [ea29aeb] Log msg for load policy file only if the file is actually loadeddch -a [0fee496] Fetch routers ports for metadata access from DBdch -a [31946eb] update-port error if port does not exist in nvpdch -a [3ba9b98] blueprint cisco-plugin-exception-handlingdch -a [2db451d] Imported Translations from Transifexdch -a [87d0f81] Duplicate line in Brocade plugindch -a [9051f68] Imported Translations from Transifexdch -a [6f01194] Perform a joined query for ports and security group associationsdch -a [9581e5b]  Copy the RHEL6 eventlet workaround from Oslodebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.2+git201305141357~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A quantum_2013.2+git201305141357~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana quantum_2013.2+git201305141357~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana quantum_2013.2+git201305141357~saucy-0ubuntu1_amd64.changesEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #58

2013-05-14 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #26

2013-05-14 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #117

2013-05-14 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/117/Project:precise_havana_quantum_trunkDate of build:Tue, 14 May 2013 14:30:23 -0400Build duration:3 min 44 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix ./run_tests.sh --pep8by motokiedittox.iniaddtools/run_pep8.sheditrun_tests.shImported Translations from Transifexby Jenkinseditquantum/locale/vi_VN/LC_MESSAGES/quantum.poeditquantum/locale/fr/LC_MESSAGES/quantum.poeditquantum/locale/quantum.poteditquantum/locale/zh_CN/LC_MESSAGES/quantum.poeditquantum/locale/ru/LC_MESSAGES/quantum.poeditquantum/locale/ja/LC_MESSAGES/quantum.poeditquantum/locale/es/LC_MESSAGES/quantum.poeditquantum/locale/ka_GE/LC_MESSAGES/quantum.poeditquantum/locale/ko_KR/LC_MESSAGES/quantum.poConsole Output[...truncated 3471 lines...]dch -a [01a977b] Send 400 error if device specification contains unexpected attributesdch -a [62017cd] Imported Translations from Transifexdch -a [26b98b7] lbaas: check object state before update for pools, members, health monitorsdch -a [49c1c98] Metadata agent: reuse authentication info across eventlet threadsdch -a [11639a2] Imported Translations from Transifexdch -a [35988f1] Make the 'admin' role configurabledch -a [ee50162] Simplify delete_health_monitor() using cascadesdch -a [765baf8] Imported Translations from Transifexdch -a [15a1445] Update latest OSLO codedch -a [343ca18] Imported Translations from Transifexdch -a [c117074] Remove locals() from strings substitutionsdch -a [fb66e24] Imported Translations from Transifexdch -a [e001a8d] Add string 'quantum'/ version to scope/tag in NVPdch -a [5896322] Changed DHCPV6_PORT from 467 to 547, the correct port for DHCPv6.dch -a [80ffdde] Imported Translations from Transifexdch -a [929cbab] Imported Translations from Transifexdch -a [2a24058] Imported Translations from Transifexdch -a [b6f0f68] Imported Translations from Transifexdch -a [1e1c513] Imported Translations from Transifexdch -a [6bbcc38] Imported Translations from Transifexdch -a [bd702cb] Imported Translations from Transifexdch -a [a13295b] Enable automatic validation of many HACKING rules.dch -a [91bed75] Ensure unit tests work with all interface typesdch -a [0446eac] Shorten the path of the nicira nvp plugin.dch -a [8354133] Implement LB plugin delete_pool_health_monitor().dch -a [147038a] Parallelize quantum unit testing:debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.2+git201305141430~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A quantum_2013.2+git201305141430~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201305141430~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201305141430~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #118

2013-05-14 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/118/Project:precise_havana_quantum_trunkDate of build:Tue, 14 May 2013 15:00:25 -0400Build duration:3 min 50 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesget_security_groups now creates default security groupby aroseneditquantum/tests/unit/test_extension_security_group.pyeditquantum/plugins/midonet/plugin.pyeditquantum/db/securitygroups_db.pyAllow ports to be created on networks that do not exist in NVPby aroseneditquantum/tests/unit/nicira/test_nicira_plugin.pyeditquantum/plugins/nicira/QuantumPlugin.pyConsole Output[...truncated 3478 lines...]dch -a [01a977b] Send 400 error if device specification contains unexpected attributesdch -a [62017cd] Imported Translations from Transifexdch -a [26b98b7] lbaas: check object state before update for pools, members, health monitorsdch -a [49c1c98] Metadata agent: reuse authentication info across eventlet threadsdch -a [11639a2] Imported Translations from Transifexdch -a [35988f1] Make the 'admin' role configurabledch -a [ee50162] Simplify delete_health_monitor() using cascadesdch -a [765baf8] Imported Translations from Transifexdch -a [15a1445] Update latest OSLO codedch -a [343ca18] Imported Translations from Transifexdch -a [c117074] Remove locals() from strings substitutionsdch -a [fb66e24] Imported Translations from Transifexdch -a [e001a8d] Add string 'quantum'/ version to scope/tag in NVPdch -a [5896322] Changed DHCPV6_PORT from 467 to 547, the correct port for DHCPv6.dch -a [80ffdde] Imported Translations from Transifexdch -a [929cbab] Imported Translations from Transifexdch -a [2a24058] Imported Translations from Transifexdch -a [b6f0f68] Imported Translations from Transifexdch -a [1e1c513] Imported Translations from Transifexdch -a [6bbcc38] Imported Translations from Transifexdch -a [bd702cb] Imported Translations from Transifexdch -a [a13295b] Enable automatic validation of many HACKING rules.dch -a [91bed75] Ensure unit tests work with all interface typesdch -a [0446eac] Shorten the path of the nicira nvp plugin.dch -a [8354133] Implement LB plugin delete_pool_health_monitor().dch -a [147038a] Parallelize quantum unit testing:debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.2+git201305141500~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A quantum_2013.2+git201305141500~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201305141500~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201305141500~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_horizon_trunk #36

2013-05-14 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/36/Project:precise_havana_horizon_trunkDate of build:Tue, 14 May 2013 17:30:23 -0400Build duration:3 min 4 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMake pagination tunable through the settings panelby niceditopenstack_dashboard/dashboards/settings/user/views.pyeditopenstack_dashboard/dashboards/settings/user/forms.pyeditopenstack_dashboard/api/nova.pyAdd unit tests for customization moduleby t.trifonovaddhorizon/test/customization/cust_test1.pyaddhorizon/test/customization/__init__.pyedithorizon/test/tests/base.pyedithorizon/test/settings.pyaddhorizon/test/customization/cust_test2.pyChanges generic error message in horizon.modals.jsby jtomasekedithorizon/static/horizon/js/horizon.modals.jsAdd ability to create a volume from an imageby josh.durginedithorizon/utils/functions.pyeditopenstack_dashboard/dashboards/project/volumes/tests.pyaddopenstack_dashboard/dashboards/project/images_and_snapshots/utils.pyeditopenstack_dashboard/test/test_data/glance_data.pyeditopenstack_dashboard/dashboards/project/volumes/forms.pyeditopenstack_dashboard/dashboards/project/instances/workflows/create_instance.pyeditopenstack_dashboard/api/cinder.pyedithorizon/static/horizon/js/horizon.forms.jseditopenstack_dashboard/dashboards/project/images_and_snapshots/images/tables.pyConsole Output[...truncated 1031 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 28, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-04767e2d-227e-4570-8220-6429be72bbc0', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-04767e2d-227e-4570-8220-6429be72bbc0', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/horizon/havana /tmp/tmpXY1oEo/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmpXY1oEo/horizon/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-04767e2d-227e-4570-8220-6429be72bbc0', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-04767e2d-227e-4570-8220-6429be72bbc0', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : 

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_horizon_trunk #16

2013-05-14 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/16/Project:saucy_havana_horizon_trunkDate of build:Tue, 14 May 2013 17:30:24 -0400Build duration:3 min 10 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMake pagination tunable through the settings panelby niceditopenstack_dashboard/api/nova.pyeditopenstack_dashboard/dashboards/settings/user/views.pyeditopenstack_dashboard/dashboards/settings/user/forms.pyAdd unit tests for customization moduleby t.trifonovedithorizon/test/settings.pyaddhorizon/test/customization/cust_test1.pyaddhorizon/test/customization/cust_test2.pyaddhorizon/test/customization/__init__.pyedithorizon/test/tests/base.pyChanges generic error message in horizon.modals.jsby jtomasekedithorizon/static/horizon/js/horizon.modals.jsAdd ability to create a volume from an imageby josh.durgineditopenstack_dashboard/dashboards/project/images_and_snapshots/images/tables.pyeditopenstack_dashboard/dashboards/project/instances/workflows/create_instance.pyedithorizon/static/horizon/js/horizon.forms.jseditopenstack_dashboard/api/cinder.pyeditopenstack_dashboard/dashboards/project/volumes/tests.pyeditopenstack_dashboard/dashboards/project/volumes/forms.pyaddopenstack_dashboard/dashboards/project/images_and_snapshots/utils.pyedithorizon/utils/functions.pyeditopenstack_dashboard/test/test_data/glance_data.pyConsole Output[...truncated 1455 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 28, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 586, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 831, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 843, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 295, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 615, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-e4e18c68-634e-4404-8e82-7b82891f029a', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-e4e18c68-634e-4404-8e82-7b82891f029a', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/horizon/havana /tmp/tmpPuGoRX/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmpPuGoRX/horizon/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-e4e18c68-634e-4404-8e82-7b82891f029a', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-e4e18c68-634e-4404-8e82-7b82891f029a', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : 

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_glance_trunk #46

2013-05-14 Thread openstack-testing-bot
Title: precise_havana_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_glance_trunk/46/Project:precise_havana_glance_trunkDate of build:Tue, 14 May 2013 18:30:28 -0400Build duration:8 min 40 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImplement Registrys Client V2by flaper87editglance/tests/unit/common/test_rpc.pyaddglance/registry/client/v2/client.pyaddglance/registry/client/v2/__init__.pyaddglance/tests/unit/v1/test_registry_client.pyeditglance/tests/stubs.pyaddglance/registry/client/v2/api.pydeleteglance/tests/unit/test_clients.pyeditglance/tests/unit/base.pyaddglance/tests/unit/v2/test_registry_client.pyeditglance/common/rpc.pyConsole Output[...truncated 7470 lines...]dch -a [9174753] Create package for registry's clientdch -a [0a4f4af] Compress response's content according to client's accepted encodingdch -a [a9f9f13] Call os.kill for each child instead of the process groupdch -a [039f3d8] Convert scripts to entry pointsdch -a [ff75ad4] Fix functional test 'test_copy_from_swift'dch -a [d700f24] Remove unused configure_db functiondch -a [2d492e0] Don't raise HTTPForbidden on a multitenant environmentdch -a [acc2900] Expand HACKING with commit message guidelinesdch -a [39477af] Redirects requests from /v# to /v#/dch -a [d415611] Functional tests use a clean cached db that is only created once.dch -a [d3c5a6c] Fixes for mis-use of various exceptionsdch -a [545cb15] scrubber: dont print URI of image to be deleteddch -a [6335fdb] Eliminate the race when selecting a port for tests.dch -a [7d341de] Raise 404 while deleting a deleted imagedch -a [459e3e6] Sync with oslo-incubator copy of setup.py and version.pydch -a [1e98e10] Gracefully handle qpid errorsdch -a [6780571] Fix Qpid test casesdch -a [cd00848] Fix the deletion of a pending_delete image.dch -a [1e49329] Fix functional test 'test_scrubber_with_metadata_enc'dch -a [1c5a4d2] Call monkey_patch before other modules are loadeddch -a [6eaf42a] Improve unit tests for glance.api.middleware.cache moduledch -a [ae0f904] Add GridFS storedch -a [28b1129] Verify SSL certificates at boot timedch -a [b1ac90f] Add a policy handler to control copy-from functionalitydch -a [62068a3] Remove internal store references from migration 015dch -a [7155134] Add unit tests for glance.api.cached_images moduledebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC glance_2013.2+git201305141830~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A glance_2013.2+git201305141830~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'glance_2013.2+git201305141830~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'glance_2013.2+git201305141830~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_glance_trunk #17

2013-05-14 Thread openstack-testing-bot
Title: saucy_havana_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_glance_trunk/17/Project:saucy_havana_glance_trunkDate of build:Tue, 14 May 2013 18:30:27 -0400Build duration:8 min 50 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImplement Registrys Client V2by flaper87addglance/tests/unit/v2/test_registry_client.pyaddglance/registry/client/v2/client.pyaddglance/registry/client/v2/__init__.pyaddglance/tests/unit/v1/test_registry_client.pyeditglance/tests/unit/common/test_rpc.pyeditglance/tests/stubs.pydeleteglance/tests/unit/test_clients.pyeditglance/tests/unit/base.pyaddglance/registry/client/v2/api.pyeditglance/common/rpc.pyConsole Output[...truncated 8051 lines...]Job: glance_2013.2+git201305141830~saucy-0ubuntu1.dscMachine Architecture: amd64Package: glancePackage-Time: 385Source-Version: 1:2013.2+git201305141830~saucy-0ubuntu1Space: 26280Status: attemptedVersion: 1:2013.2+git201305141830~saucy-0ubuntu1Finished at 20130514-1839Build needed 00:06:25, 26280k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'glance_2013.2+git201305141830~saucy-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'glance_2013.2+git201305141830~saucy-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/havana /tmp/tmp8DmNMB/glancemk-build-deps -i -r -t apt-get -y /tmp/tmp8DmNMB/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201305141830~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [34135e8] Implement Registry's Client V2dch -a [bba2f5c] Add documentation for query parametersdch -a [00cc32c] Fix test_mismatched_X test data deletion checkdch -a [f72ed76] Implement registry API v2dch -a [e16cffe] Add RBD support with the location optiondebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC glance_2013.2+git201305141830~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A glance_2013.2+git201305141830~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'glance_2013.2+git201305141830~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'glance_2013.2+git201305141830~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #60

2013-05-14 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #28

2013-05-14 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #150

2013-05-14 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/150/Project:precise_havana_nova_trunkDate of build:Tue, 14 May 2013 19:03:00 -0400Build duration:3 min 4 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesCleanup create flavor testsby rconradharriseditnova/tests/test_instance_types.pyFix response from snapshot create stubby markmceditnova/tests/integrated/api_samples/os-volumes/snapshot-create-resp.json.tpleditnova/tests/integrated/api_samples/os-volumes/snapshot-create-resp.xml.tpleditnova/tests/api/openstack/fakes.pyeditdoc/api_samples/os-volumes/snapshot-create-resp.jsoneditdoc/api_samples/os-volumes/snapshot-create-resp.xmleditnova/tests/api/openstack/compute/contrib/test_snapshots.pyConsole Output[...truncated 793 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 21, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-83808d1b-e4cf-49c7-8f93-cc7ba44ab91d', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-83808d1b-e4cf-49c7-8f93-cc7ba44ab91d', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmpfljUL0/novamk-build-deps -i -r -t apt-get -y /tmp/tmpfljUL0/nova/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-83808d1b-e4cf-49c7-8f93-cc7ba44ab91d', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-83808d1b-e4cf-49c7-8f93-cc7ba44ab91d', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #151

2013-05-14 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/151/Project:precise_havana_nova_trunkDate of build:Tue, 14 May 2013 19:30:26 -0400Build duration:2 min 42 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesCleanups for create-flavorby rconradharriseditnova/compute/flavors.pyeditnova/api/openstack/compute/contrib/flavormanage.pyeditnova/tests/compute/test_compute.pyeditnova/cmd/manage.pyConsole Output[...truncated 793 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 21, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-7754d4a5-fa72-49ad-821c-58b5832d5241', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-7754d4a5-fa72-49ad-821c-58b5832d5241', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmpTDvzFP/novamk-build-deps -i -r -t apt-get -y /tmp/tmpTDvzFP/nova/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-7754d4a5-fa72-49ad-821c-58b5832d5241', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-7754d4a5-fa72-49ad-821c-58b5832d5241', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #61

2013-05-14 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #29

2013-05-14 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp