Re: [Openstack] which API can do these?

2013-07-11 Thread Peter Cheung

Hi AnneIf I modify the flavor, the vm doesn't take effect immediately. So 
how can i add more cpu to a running instance?
Thanksfrom Peter

From: a...@openstack.org
Date: Tue, 9 Jul 2013 11:23:14 -0500
Subject: Re: [Openstack] which API can do these?
To: mcheun...@hotmail.com
CC: openstack@lists.launchpad.net

Hi Peter, 
Some doc links below.
On Tue, Jul 9, 2013 at 4:59 AM, Peter Cheung mcheun...@hotmail.com wrote:





Hi All  which API can do these?
1) adjust the RAM size, no of CPU core to an instance
For 1) the keyword you want to look for in the docs is flavors. You can read 
more at http://docs.openstack.org/trunk/openstack-ops/content/flavors.html. It 
indicates that you can use nova flavor-create -- note that you're technically 
not modifying an existing flavor, you're creating a new flavor and renaming it. 


Use nova --debug flavor-create to see the API commands associated with these 
adjustments to flavors.  

2) enlarge a disk to an instance
This is also specified in flavors. 
 

3) get the information about ram/cpu/disk size of an instance


You want this I believe. 
http://api.openstack.org/api-ref.html#ext-os-flavorextradata


 Thanksfrom Peter

  

___

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] [Cinder] FilterScheduler not handling multi-backend

2013-07-11 Thread Jérôme Gallard
Hi,

Did you specified in your cinder.conf the volume_backend_name for each
backend section? Example:

[backend1]
...
volume_backend_name=...

Maybe this can help you:
http://docs.openstack.org/grizzly/openstack-block-storage/admin/content/multi_backend.html

Regards,
Jérôme

On Mon, Jul 8, 2013 at 2:50 PM, yatin kumbhare yatinkumbh...@gmail.com wrote:
 Hello Folks,

 I have cinder volume service, setup with both FC and ISCSI driver
 (multi-backend).

 Here's cinder.conf

 scheduler_host_manager=cinder.scheduler.host_manager.HostManager
 scheduler_default_filters=AvailabilityZoneFilter,CapacityFilter
 scheduler_default_weighers=CapacityWeigher
 scheduler_driver=cinder.scheduler.filter_scheduler.FilterScheduler

 enabled_backends=3PAR-ISCSI,3PAR-FC

 [3PAR-ISCSI]
 backend creds

 [3PAR-FC]
 backend creds

 $cinder-manage  host list

 hostzone
 ask27   nova
 ask27@3PAR-FC   nova
 ask27@3PAR-ISCSInova

 $cinder extra-specs-list
 +--+---++
 |  ID  |  Name |
 extra_specs |
 +--+---++
 | 08109e24-79e0-4d24-bb8b-f26c39c6f0e2 |   FC  |  {u'persona': u'11 -
 VMware', u'volume_backend_name': u'HP3PARFCDriver'}   |
 | b94d25b3-c022-4fb1-ba00-53ff9b6901e7 | ISCSI | {u'persona': u'11 -
 VMware', u'volume_backend_name': u'HP3PARISCSIDriver'} |
 +--+---++

 now when,I create volume

 $cinder create --display-name vol99 --volume-type ISCSI 1


 $cinder show 15820d30-44ff-47e3-9dec-63921800e1b9
 +--+--+
 |   Property   |
 Value   |
 +--+--+
 | attachments  |
 []|
 |  availability_zone   |
 nova   |
 |   bootable   |
 false   |
 |  created_at  |
 2013-07-08T06:33:02.186351
 |
 | display_description  |
 None   |
 | display_name |
 vol99   |
 |  id  |
 15820d30-44ff-47e3-9dec-63921800e1b9
 |
 |   metadata   | {u'CPG': u'ESX_CLUSTERS_RAID5_250GB_FC',
 u'3ParName': u'osv-FYINMET-R.Od7GOSGADhuQ', u'snapCPG':
 u'ESX_CLUSTERS_RAID5_250GB_FC'} |
 |os-vol-host-attr:host |
 ask27@3PAR-FC |
 | os-vol-tenant-attr:tenant_id |
 9e27e1aded67424d895bf83a4026484d
 |
 | size |
 1 |
 | snapshot_id  |
 None   |
 | source_volid |
 None   |
 |status|
 available |
 | volume_type  |
 FC|
 +--+--+


 Inside cinder scheduler.log

 Filtered [host 'ask27@3PAR-ISCSI': free_capacity_gb: 245, host
 'ask27@3PAR-FC': free_capacity_gb: 246] _schedule
 /usr/lib/python2.6/site-packages/cinder/scheduler/filter_scheduler.py:208
 Choosing WeighedHost [host: ask27@3PAR-FC, weight: 246.0] _schedule
 /usr/lib/python2.6/site-packages/cinder/scheduler/filter_scheduler.py:214
 Making asynchronous cast on cinder-volume.ask27@3PAR-FC...

 For volume-type ISCSI, host: ask27@3PAR-FC gets selected wrongly.

 Due to this nova volume-attach loads up wrong volume_driver to attach
 volume.

 I had already looked at bug list, there's nothing i could relate this to.

 Has anybody has seen this issue before?


 Thanks and Regards,
 Yatin Kumbhare

 ___
 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] [HEAT] orchestration on multiple external Cloud providers

2013-07-11 Thread Geoffroy
I am trying to use Heat as an provisioning tool on multiple Cloud
providers, lets say HpCloud and Rackspace. I got local keystone, heat-api
and heat-engine servers. My scenario is: if i submit a template with 2
compute instances, i want them to be distributed on each providers.

It's a little difficult, because heat-engine reuses my local keystone to
retrieve the endpoint and credentials, which are different for each
external providers.

My guess was to use the Environment to store every external credentials in
the parameters, and precise in the resource_registry a binding for every
instances:

parameters:
  HpCloudUserName: foo
  HpCloudPassword: foo
  HpCloudAuthUrl: http://foo.org
  RackspaceUserName: bar
  RackspacePassword: bar
  RackspaceAuthUrl: http://bar.org
resource_registry:
  resources:
my_instance_1:
  AWS::EC2::Instance : HpCloud::Nova::Compute
my_instance_2:
  AWS::EC2::Instance : Rackspace::Compute::Server

Then, i code some new python plugins, that will handle this 2 new type,
take the corresponding credentials in the environment, and call the
novaclient with the correct arguments.


But my problem is that this solution seems overkill, as i  will have to add
a new python class for every type i want to use, multiply by the number of
externals providers. Even if i can factorize the code, in the end i just
want to customize the credentials and auth endpoint.


Do you known if there is a better way to achieve this goal, or simply if
Heat shouldn't be use for this ?.



Thanks in advance!
Geoffroy
___
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] ceilometer and instance snapshots/glance images

2013-07-11 Thread Anshul Gangwar
I have created instance snapshot. When I am listing them through ceilometer API 
call, then I am getting userId: null for them.

I remember I used to get userId(who have created that snapshot) in response but 
I am not getting it now.

Is there any change in behaviour?
or there is any extra setting required in configuration?


API call : http://10.102.153.71:8777/v2/resources


response :

* {
*        resource_id: 52f814e5-fa6b-4a3c-acb7-80d13ced88da,
*        project_id: f57362577d3b4c7c82b6bc713d0dcc25,
*        user_id: null,
*        metadata:
*        {
*            status: active,
*            name: nanovmsnap,
*            deleted: False,
*            container_format: ami,
*            created_at: 2013-07-09T09:43:47,
*            disk_format: ami,
*            updated_at: 2013-07-09T09:44:08,
*            protected: False,
*            checksum: 5d8fa241f393bb8ef6eea6576671a187,
*            min_disk: 0,
*            is_public: False,
*            deleted_at: None,
*            min_ram: 0,
*            size: 9830400
*        }
*    }

Thanks,
Anshul
___
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] ring building absolut drive names

2013-07-11 Thread Axel Christiansen


Thanks. Thats nice. So mounting via UUID ensures right
drive-mount-point mapping.



Am 10.07.13 18:23, schrieb Samuel Merritt:
 On 7/10/13 2:25 AM, Axel Christiansen wrote:
 Hello List,


 does one has to use the real device names in ring-building, like:
 swift-ring-builder account.builder add z5-10.0.6.204:6002/sda4 100
 Here it is sda4.

 Can one use the partition UUID value or the mount point?
 
 It's really a mount point, not a device name. You can use whatever thing
 you want, so long as /srv/node/$thing is where the filesystem is mounted.
 
 ___
 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-api-os-compute missing in archive.gplhost.com/debian

2013-07-11 Thread Axel Christiansen
Hi.


I am using these repos to setup nova on a debian 7. Looks like the
grizzly package nova-api-os-compute is missing and therefore breaks
dependency.

deb http://archive.gplhost.com/debian grizzly main
deb http://archive.gplhost.com/debian grizzly-backports main


Was looking a little around. Does someone know another grizzly repo for
debian7?

Thx, Axel




___
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] which API can do these?

2013-07-11 Thread Peter Cheung
I double checked the cpu hotplug for kvm, website said it has a lot of bugs and 
removed from mainstream.

Thanksfrom Peter

From: mcheun...@hotmail.com
To: a...@openstack.org
Date: Thu, 11 Jul 2013 15:54:01 +0800
CC: openstack@lists.launchpad.net
Subject: Re: [Openstack] which API can do these?





Hi AnneIf I modify the flavor, the vm doesn't take effect immediately. So 
how can i add more cpu to a running instance?
Thanksfrom Peter

From: a...@openstack.org
Date: Tue, 9 Jul 2013 11:23:14 -0500
Subject: Re: [Openstack] which API can do these?
To: mcheun...@hotmail.com
CC: openstack@lists.launchpad.net

Hi Peter, 
Some doc links below.
On Tue, Jul 9, 2013 at 4:59 AM, Peter Cheung mcheun...@hotmail.com wrote:





Hi All  which API can do these?
1) adjust the RAM size, no of CPU core to an instance
For 1) the keyword you want to look for in the docs is flavors. You can read 
more at http://docs.openstack.org/trunk/openstack-ops/content/flavors.html. It 
indicates that you can use nova flavor-create -- note that you're technically 
not modifying an existing flavor, you're creating a new flavor and renaming it. 


Use nova --debug flavor-create to see the API commands associated with these 
adjustments to flavors.  

2) enlarge a disk to an instance
This is also specified in flavors. 
 

3) get the information about ram/cpu/disk size of an instance


You want this I believe. 
http://api.openstack.org/api-ref.html#ext-os-flavorextradata


 Thanksfrom Peter

  

___

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] Documentation for openstack-java-sdk

2013-07-11 Thread Jobin Raju George
I am trying to query ceilometer using
openstack-java-sdkhttps://github.com/woorea/openstack-java-sdkfor
meters of VM's running on KVM. I am able to get the CPU meters via
curl
on the command line but unfortunately I don't find good documentation for
the SDK's for ceilometer.

I have seen this example
programhttps://github.com/woorea/openstack-java-sdk/blob/master/openstack-examples/src/main/java/com/woorea/openstack/examples/metering/v2/TestAll.java
but
most of it is commented(probably because it is deprecated).

Where can I find good documentation/examples or java programs/snippets?

-- 

Thanks and regards,

Jobin Raju George

Third Year, Information Technology

College of Engineering Pune

Alternate e-mail: georgejr10...@coep.ac.in
___
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] user cannot change there own password

2013-07-11 Thread Julie Pichon
Hi John,

val john valjohn1...@gmail.com wrote:
 Hi.. guys
 
 im running simple openstack cloud with 2 compute nodes im manually
 creating  user accounts for users. but seems like users cant change there
 own password .
 
 im using Openstack folsom release , Please advice

In addition to the link Ray provided when it comes to Horizon, it should be 
possible to do this using the command line and keystone client = 0.2.1, see 
https://bugs.launchpad.net/python-keystoneclient/+bug/1082539

Regards,

Julie
 
 Thank You
 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] [Swift] Breakpoint resume with tempurl

2013-07-11 Thread John Dickinson
Swift supports Range requests, so you are able to make a GET request with the 
Range header starting with the first byte you didn't fetch the first time.

--John


On Jul 10, 2013, at 8:10 PM, Jonathan Lu jojokur...@gmail.com wrote:

 Hi, all stackers,
 
 I have realized downloading large object with tempurl middle-ware and 
 want to support break-point resume. Has anyone got the experience of 
 fulfilling break-point resume with tempurl in Swift?
 
 Thanks,
 Jonathan Lu
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



smime.p7s
Description: S/MIME cryptographic signature
___
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] Fwd: Documentation for openstack-java-sdk

2013-07-11 Thread Endre Karlson
I think Luis can answer that?
-- Videresendt melding --
Fra: Jobin Raju George jobin...@gmail.com
Dato: 11. juli 2013 14:38
Emne: [Openstack] Documentation for openstack-java-sdk
Til: openstack lista openstack@lists.launchpad.net
Kopi:

I am trying to query ceilometer using
openstack-java-sdkhttps://github.com/woorea/openstack-java-sdkfor
meters of VM's running on KVM. I am able to get the CPU meters via
curl
on the command line but unfortunately I don't find good documentation for
the SDK's for ceilometer.

I have seen this example
programhttps://github.com/woorea/openstack-java-sdk/blob/master/openstack-examples/src/main/java/com/woorea/openstack/examples/metering/v2/TestAll.java
but
most of it is commented(probably because it is deprecated).

Where can I find good documentation/examples or java programs/snippets?

-- 

Thanks and regards,

Jobin Raju George

Third Year, Information Technology

College of Engineering Pune

Alternate e-mail: georgejr10...@coep.ac.in


___
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] Fwd: Documentation for openstack-java-sdk

2013-07-11 Thread Gui Maluf
Surely Luis can help you, I've used openstack-java-sdk in one of my
projects, and this is the example Luis gave to me


private static final File TEST_FILE = new File(pom.xml);

 private static final String KEYSTONE_AUTH_URL = 
https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0;;

 private static final String KEYSTONE_USERNAME = ;

 private static final String KEYSTONE_PASSWORD = ;


 /**

 * @param args

 */

public static void main(String[] args) throws Exception {

 KeystoneClient keystone = new KeystoneClient(KEYSTONE_AUTH_URL);

 //access with unscoped token

 Access access = keystone.execute(Authenticate.withPasswordCredentials(
KEYSTONE_USERNAME, KEYSTONE_PASSWORD));

  //use the token in the following requests

 keystone.setToken(access.getToken().getId());

  Tenants tenants = keystone.execute(new ListTenants());

  //try to exchange token using the first tenant

 if(tenants.getList().size()  0) {

   access =
keystone.execute(Authenticate.withToken(access.getToken().getId()).withTenantId(tenants.getList().get(0).getId()));

   SwiftClient swiftClient =
newSwiftClient(KeystoneUtils.findEndpointURL(access.getServiceCatalog(),
object-store, null, public), access.getToken().getId());

   //swiftClient.execute(new DeleteContainer(navidad2));

   swiftClient.execute(new CreateContainer(navidad2));

   System.out.println(swiftClient.execute(new ListContainers()));

   ObjectForUpload upload = new ObjectForUpload();

 upload.setContainer(navidad2);

 upload.setName(example2);

 upload.setInputStream(new FileInputStream(TEST_FILE));

 swiftClient.execute(new UploadObject(upload));

   System.out.println(swiftClient.execute(new ListObjects(navidad2,
new HashMapString,
String() {{

  put(path, );

 }})).get(0).getContentType());

   }


 }



On Thu, Jul 11, 2013 at 11:31 AM, Endre Karlson endre.karl...@gmail.comwrote:

 I think Luis can answer that?
 -- Videresendt melding --
 Fra: Jobin Raju George jobin...@gmail.com
 Dato: 11. juli 2013 14:38
 Emne: [Openstack] Documentation for openstack-java-sdk
 Til: openstack lista openstack@lists.launchpad.net
 Kopi:

 I am trying to query ceilometer using 
 openstack-java-sdkhttps://github.com/woorea/openstack-java-sdkfor meters of 
 VM's running on KVM. I am able to get the CPU meters via curl
 on the command line but unfortunately I don't find good documentation for
 the SDK's for ceilometer.

 I have seen this example 
 programhttps://github.com/woorea/openstack-java-sdk/blob/master/openstack-examples/src/main/java/com/woorea/openstack/examples/metering/v2/TestAll.java
  but
 most of it is commented(probably because it is deprecated).

 Where can I find good documentation/examples or java programs/snippets?

 --

  Thanks and regards,

 Jobin Raju George

 Third Year, Information Technology

 College of Engineering Pune

 Alternate e-mail: georgejr10...@coep.ac.in


 ___
 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




-- 
*guilherme* \n
\t *maluf*
___
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] Fwd: Documentation for openstack-java-sdk

2013-07-11 Thread Jobin Raju George
Thanks a log, Gui! This helps but would be more useful if you could point
me to some *ceilometer-specific *guides/examples.


On Thu, Jul 11, 2013 at 8:25 PM, Gui Maluf guimal...@gmail.com wrote:

 Surely Luis can help you, I've used openstack-java-sdk in one of my
 projects, and this is the example Luis gave to me


 private static final File TEST_FILE = new File(pom.xml);

  private static final String KEYSTONE_AUTH_URL = 
 https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0;;

  private static final String KEYSTONE_USERNAME = ;

  private static final String KEYSTONE_PASSWORD = ;


  /**

  * @param args

  */

 public static void main(String[] args) throws Exception {

  KeystoneClient keystone = new KeystoneClient(KEYSTONE_AUTH_URL);

  //access with unscoped token

  Access access = keystone.execute(Authenticate.withPasswordCredentials(
 KEYSTONE_USERNAME, KEYSTONE_PASSWORD));

   //use the token in the following requests

  keystone.setToken(access.getToken().getId());

   Tenants tenants = keystone.execute(new ListTenants());

   //try to exchange token using the first tenant

  if(tenants.getList().size()  0) {

access =
 keystone.execute(Authenticate.withToken(access.getToken().getId()).withTenantId(tenants.getList().get(0).getId()));

SwiftClient swiftClient = 
 newSwiftClient(KeystoneUtils.findEndpointURL(access.getServiceCatalog(),
 object-store, null, public), access.getToken().getId());

//swiftClient.execute(new DeleteContainer(navidad2));

swiftClient.execute(new CreateContainer(navidad2));

System.out.println(swiftClient.execute(new ListContainers()));

ObjectForUpload upload = new ObjectForUpload();

  upload.setContainer(navidad2);

  upload.setName(example2);

  upload.setInputStream(new FileInputStream(TEST_FILE));

  swiftClient.execute(new UploadObject(upload));

System.out.println(swiftClient.execute(new ListObjects(navidad2, new 
 HashMapString,
 String() {{

   put(path, );

  }})).get(0).getContentType());

}


  }



 On Thu, Jul 11, 2013 at 11:31 AM, Endre Karlson 
 endre.karl...@gmail.comwrote:

 I think Luis can answer that?
 -- Videresendt melding --
 Fra: Jobin Raju George jobin...@gmail.com
 Dato: 11. juli 2013 14:38
 Emne: [Openstack] Documentation for openstack-java-sdk
 Til: openstack lista openstack@lists.launchpad.net
 Kopi:

 I am trying to query ceilometer using 
 openstack-java-sdkhttps://github.com/woorea/openstack-java-sdkfor meters 
 of VM's running on KVM. I am able to get the CPU meters via curl
 on the command line but unfortunately I don't find good documentation for
 the SDK's for ceilometer.

 I have seen this example 
 programhttps://github.com/woorea/openstack-java-sdk/blob/master/openstack-examples/src/main/java/com/woorea/openstack/examples/metering/v2/TestAll.java
  but
 most of it is commented(probably because it is deprecated).

 Where can I find good documentation/examples or java programs/snippets?

 --

  Thanks and regards,

 Jobin Raju George

 Third Year, Information Technology

 College of Engineering Pune

 Alternate e-mail: georgejr10...@coep.ac.in


 ___
 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




 --
 *guilherme* \n
 \t *maluf*

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




-- 

Thanks and regards,

Jobin Raju George

Third Year, Information Technology

College of Engineering Pune

Alternate e-mail: georgejr10...@coep.ac.in
___
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] Fwd: Documentation for openstack-java-sdk

2013-07-11 Thread Gui Maluf
I know nothing about ceilometer.
I think the best thing is to checkout the classes on github and make a lot
of tests. Probably to functioning of objects and methods are the same in
ceilometer.
CHeckout the methods and try to workout with it.
:)
Good luck!


On Thu, Jul 11, 2013 at 11:59 AM, Jobin Raju George jobin...@gmail.comwrote:

 Thanks a log, Gui! This helps but would be more useful if you could point
 me to some *ceilometer-specific *guides/examples.


 On Thu, Jul 11, 2013 at 8:25 PM, Gui Maluf guimal...@gmail.com wrote:

 Surely Luis can help you, I've used openstack-java-sdk in one of my
 projects, and this is the example Luis gave to me


 private static final File TEST_FILE = new File(pom.xml);

  private static final String KEYSTONE_AUTH_URL = 
 https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0;;

  private static final String KEYSTONE_USERNAME = ;

  private static final String KEYSTONE_PASSWORD = ;


  /**

  * @param args

  */

 public static void main(String[] args) throws Exception {

  KeystoneClient keystone = new KeystoneClient(KEYSTONE_AUTH_URL);

  //access with unscoped token

  Access access = keystone.execute(Authenticate.withPasswordCredentials(
 KEYSTONE_USERNAME, KEYSTONE_PASSWORD));

   //use the token in the following requests

  keystone.setToken(access.getToken().getId());

   Tenants tenants = keystone.execute(new ListTenants());

   //try to exchange token using the first tenant

  if(tenants.getList().size()  0) {

access =
 keystone.execute(Authenticate.withToken(access.getToken().getId()).withTenantId(tenants.getList().get(0).getId()));

SwiftClient swiftClient = 
 newSwiftClient(KeystoneUtils.findEndpointURL(access.getServiceCatalog(),
 object-store, null, public), access.getToken().getId());

//swiftClient.execute(new DeleteContainer(navidad2));

swiftClient.execute(new CreateContainer(navidad2));

System.out.println(swiftClient.execute(new ListContainers()));

ObjectForUpload upload = new ObjectForUpload();

  upload.setContainer(navidad2);

  upload.setName(example2);

  upload.setInputStream(new FileInputStream(TEST_FILE));

  swiftClient.execute(new UploadObject(upload));

System.out.println(swiftClient.execute(new ListObjects(navidad2, new 
 HashMapString,
 String() {{

   put(path, );

  }})).get(0).getContentType());

}


  }



 On Thu, Jul 11, 2013 at 11:31 AM, Endre Karlson 
 endre.karl...@gmail.comwrote:

 I think Luis can answer that?
 -- Videresendt melding --
 Fra: Jobin Raju George jobin...@gmail.com
 Dato: 11. juli 2013 14:38
 Emne: [Openstack] Documentation for openstack-java-sdk
 Til: openstack lista openstack@lists.launchpad.net
 Kopi:

 I am trying to query ceilometer using 
 openstack-java-sdkhttps://github.com/woorea/openstack-java-sdkfor meters 
 of VM's running on KVM. I am able to get the CPU meters via curl
 on the command line but unfortunately I don't find good documentation for
 the SDK's for ceilometer.

 I have seen this example 
 programhttps://github.com/woorea/openstack-java-sdk/blob/master/openstack-examples/src/main/java/com/woorea/openstack/examples/metering/v2/TestAll.java
  but
 most of it is commented(probably because it is deprecated).

 Where can I find good documentation/examples or java programs/snippets?

 --

  Thanks and regards,

 Jobin Raju George

 Third Year, Information Technology

 College of Engineering Pune

 Alternate e-mail: georgejr10...@coep.ac.in


 ___
 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




 --
 *guilherme* \n
 \t *maluf*

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




 --

 Thanks and regards,

 Jobin Raju George

 Third Year, Information Technology

 College of Engineering Pune

 Alternate e-mail: georgejr10...@coep.ac.in




-- 
*guilherme* \n
\t *maluf*
___
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] How to delete nets and subnets. part 2.

2013-07-11 Thread comiqadze
Hi there,
I need to delete subnet and net and then create new ones.

I type command:
quantum net-delete xxx
quantum subnet-delete xxx

But: Unable to complete operation on network 
2b4be3e0-213f-45af-8a84-933f4f73e3c2. There are one or more ports still in use 
on the network.
and: Unable to complete operation on subnet 
f1f1362b-770c-4d90-b4ae-a3889f9b02a4. One or more ports have an IP allocation 
from this subnet.

I deleted all external routers, so router-list gives null result. Tried to 
delete port gateway by router-gateway-clear, but I need to specify router, and 
there are no routers!

port-list gives:
+--+--+---+---+
| id   | name | mac_address   | fixed_ips   
  |
+--+--+---+---+
| 116298a9-69dd-4a6e-85c8-05f5295f9678 |  | fa:16:3e:c4:7f:5d | 
{subnet_id: f1f1362b-770c-4d90-b4ae-a3889f9b02a4, ip_address: x.x.x.x} |
| 358b0841-d249-4483-9be2-74e3886c233e |  | fa:16:3e:d9:df:cf | 
{subnet_id: f1f1362b-770c-4d90-b4ae-a3889f9b02a4, ip_address: x.x.x.x} |
+--+--+---+---+

When I want to port-delete:
Port 116298a9-69dd-4a6e-85c8-05f5295f9678 has owner network:floatingip and 
therefore cannot be deleted directly via the port API.

I don't know how to find all the traces and to delete the network, please help 
me!
Thank you very much to all who can help.

___
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] How to delete nets and subnets. part 2.

2013-07-11 Thread Robert van Leeuwen
 Hi there,
 I need to delete subnet and net and then create new ones.
 I type command:
 quantum net-delete xxx
 quantum subnet-delete xxx

I've seen some IP's never released after the virtual machine is destroyed.
If you are absolutely sure they are not in use I usually just manually remove 
them from the database 
(something like: delete from ovs_quantum.ports where device_id=x; )

Cheers,
Robert

___
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] How to delete nets and subnets. part 2.

2013-07-11 Thread comiqadze
Hi, thank you Robert,

Sorry, but there is another issue now:

When I'm trying to associate floating-ip, according to the following link,:

http://docs.openstack.org/folsom/basic-install/content/basic-install_operate.html

it gives different errors, depending on the current tenant.

When the tenant is admin:

# quantum floatingip-create --port_id 685d51dc-5a81-4986-b325-b943821cca08 
0be7f38c-8dce-4e8b-aab7-94e4082d4937
Bad floatingip request: Cannnot create floating IP and bind it to Port 
685d51dc-5a81-4986-b325-b943821cca08, since that port is owned by a different 
tenant.

When the tenant is demo:
# quantum floatingip-create --port_id 33b8152c-6da9-45b2-bab3-29e4dc64d3f7 
0be7f38c-8dce-4e8b-aab7-94e4082d4937
{error: {message: Invalid project, code: 401, title: Not 
Authorized}}

Basically, it's an error of limited access, because I cannot even view the 
port-list:

# quantum port-list
{error: {message: Invalid project, code: 401, title: Not 
Authorized}}

Is it a dead loop?

As usual, many thanks to any help.

rgds, comiqadze.

11.07.2013, 19:30, Robert van Leeuwen robert.vanleeu...@spilgames.com:
  Hi there,
  I need to delete subnet and net and then create new ones.
  I type command:
  quantum net-delete xxx
  quantum subnet-delete xxx

 I've seen some IP's never released after the virtual machine is destroyed.
 If you are absolutely sure they are not in use I usually just manually remove 
 them from the database
 (something like: delete from ovs_quantum.ports where device_id=x; )

 Cheers,
 Robert

 ___
 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] How to delete nets and subnets. part 2.

2013-07-11 Thread Robert van Leeuwen


On 11 jul. 2013, at 20:43, comiqadze co...@yandex.ru wrote:

 Hi, thank you Robert,
 
 Sorry, but there is another issue now:
 
 When I'm trying to associate floating-ip, according to the following link,:
 
 http://docs.openstack.org/folsom/basic-install/content/basic-install_operate.html
 
 it gives different errors, depending on the current tenant.
 
 When the tenant is admin:
 
 # quantum floatingip-create --port_id 685d51dc-5a81-4986-b325-b943821cca08 
 0be7f38c-8dce-4e8b-aab7-94e4082d4937
 Bad floatingip request: Cannnot create floating IP and bind it to Port 
 685d51dc-5a81-4986-b325-b943821cca08, since that port is owned by a different 
 tenant.
 
 When the tenant is demo:
 # quantum floatingip-create --port_id 33b8152c-6da9-45b2-bab3-29e4dc64d3f7 
 0be7f38c-8dce-4e8b-aab7-94e4082d4937
 {error: {message: Invalid project, code: 401, title: Not 
 Authorized}}
 
 Basically, it's an error of limited access, because I cannot even view the 
 port-list:
 
 # quantum port-list
 {error: {message: Invalid project, code: 401, title: Not 
 Authorized}}
 
 Is it a dead loop?
 
 As usual, many thanks to any help.

Everything points to incorrect permission.
What user are you using and what access (roles) does the user have on the 
tenant you want to do the action on?
In the policy.json you can find / set what actions are allowed for which roles.


Cheers,
Robert van Leeuwenrjj


___
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] Assign an admin role to an user in keystone

2013-07-11 Thread Narayanan, Krishnaprasad
Hallo all,

Can somebody tell me how to assign an admin role to an user in keystone in 
OpenStack ESSEX?

If I have to get the VM details using the nova api, what are the input 
credentials that I need to pass for getting the information?

Thanks
Krishnaprasad
___
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] Assign an admin role to an user in keystone

2013-07-11 Thread Simon Marchuk
Hi,

There are 2 options for you.

When you don't have any user you can pass a header
X-Auth-Token: $ADMIN_TOKEN

where $ADMIN_TOKEN is admin token configured in your keystone.conf.

Then you can create any users and set the roles for them using keystone
api.
It's described here:
Manage users:
http://docs.openstack.org/api/openstack-identity-service/2.0/content/User_Operations_OS-KSADM.html
Manage roles:
http://docs.openstack.org/api/openstack-identity-service/2.0/content/Role_Operations_OS-KSADM.html



2013/7/11 Narayanan, Krishnaprasad naray...@uni-mainz.de

  Hallo all,

 ** **

 Can somebody tell me how to assign an admin role to an user in keystone in
 OpenStack ESSEX?

 ** **

 If I have to get the VM details using the nova api, what are the input
 credentials that I need to pass for getting the information?

 ** **

 Thanks

 Krishnaprasad

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




-- 
Cordialement, Semen[Simon]  MARCHUK.
Best regards, Semen MARCHUK.
С уважением, Марчук Семён.
___
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] faile scheduling network in quantum vlan

2013-07-11 Thread Arindam Choudhury

hi,


I used packstack to make a two node openstack deployment with quantum(vlan) on 
Scientific linux 6.


  
I configured EPEL using: rpm -Uvh 
http://mirror.uv.es/mirror/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm
I upgraded the dnsmasq using:  yum install 
http://ftp.is.co.za/mirror/ftp.rpmforge.net/redhat/el6/en/x86_64/extras/RPMS/dnsmasq-2.65-1.el6.rfx.x86_64.rpm



Then I changed the following in the generated answer file to enable quantum 
vlan:


  
CONFIG_QUANTUM_OVS_TENANT_NETWORK_TYPE=vlan
CONFIG_QUANTUM_OVS_VLAN_RANGES=default:100:110
CONFIG_QUANTUM_OVS_BRIDGE_MAPPINGS=default:br-ex



Then I created a non-admin user and followed this 
http://docs.openstack.org/grizzly/openstack-network/admin/content/demo_logical_network_config.html
  tutorial to create the networks.


  
[arindam@sl-1 ~(keystone_user)]$ quantum net-list
+--+-+--+
| id   | name| subnets  
|
+--+-+--+
| 06614a9a-0ccd-47a8-996d-c7a6b2a6a605 | ext_net | 
2c864957-09c9-4067-82de-64ad0da3ed41 |
| 66e0a1bc-0852-4cd4-9f11-aac57ed74d53 | net1| 
761103ea-1b0d-41f1-9a40-39bd14aaf99d 10.5.5.0/24 |
+--+-+--+
[arindam@sl-1 ~(keystone_user)]$ quantum router-list
+--+-++
| id   | name| external_gateway_info
  |
+--+-++
| 2cb10a37-48bf-48f1-bf22-b5e255deba44 | router1 | {network_id: 
06614a9a-0ccd-47a8-996d-c7a6b2a6a605} |
+--+-++
[arindam@sl-1 ~(keystone_user)]$ quantum router-port-list 
2cb10a37-48bf-48f1-bf22-b5e255deba44
+--+--+---+-+
| id   | name | mac_address   | fixed_ips   
|
+--+--+---+-+
| 2e77fa36-3127-414b-bfcf-d8dd6cd568be |  | fa:16:3e:fd:3e:16 | 
{subnet_id: 761103ea-1b0d-41f1-9a40-39bd14aaf99d, ip_address: 10.5.5.1} 
|
+--+--+---+-+



but when I instantiate a virtual machine, it does not get ip address.



2013-07-11 22:45:49  WARNING [quantum.db.agentschedulers_db] Fail 
scheduling network {'status': u'ACTIVE', 'subnets': 
[u'761103ea-1b0d-41f1-9a40-39bd14aaf99d'], 'name': u'net1', 
'provider:physical_network': u'default', 'admin_state_up': True, 
'tenant_id': u'335c80bb3f304bdcb987c27eaf8eb364', 
'provider:network_type': u'vlan', 'router:external': False, 'shared': 
False, 'id': u'66e0a1bc-0852-4cd4-9f11-aac57ed74d53', 
'provider:segmentation_id': 101L}
  

  ___
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] VM do not get ip when use quantum

2013-07-11 Thread Arindam Choudhury
Hi,


I had the same problem. I found a solution in RDO Openstack forum.
link: http://openstack.redhat.com/forum/discussion/comment/561#Comment_561

1) stop quantum services and remove ports from ovs.


# ovs-vsctl del-port br-int x
# ovs-vsctl del-port br-ext x


It's cleaned up as:


# ovs-vsctl show
394e8a6b-a5e0-4fef-8f8f-506889aebfc1
Bridge br-int
Port br-int
Interface br-int
type: internal
Bridge br-ex
Port br-ex
Interface br-ex
type: internal
Port eth0
Interface eth0
ovs_version: 1.10.0


2) add ovs_use_veth = True in l3_agent.ini, dhcp_agent.ini and lbaas_agent.ini.


Date: Thu, 11 Jul 2013 10:50:23 +0800
From: jt628...@163.com
To: openstack@lists.launchpad.net
Subject: [Openstack] VM do not get ip when  use  quantum








hi all:
OS : rhel6.4
openstack version:Gizzly
 
install quantum with doc  
:http://docs.openstack.org/grizzly/openstack-network/admin/content/
 
service  quantum-l3-agent  status
quantum-l3-agent dead,but pid exit
 
In dashboard ,when i add a instance  ,  
it show that this instance  have added a ip such as 192.168.10.2
 
but   in vm  ,I do not see 
eth0  have this IP
 
tailf /var/log/quantum/dhcp-agent.log 
 

Traceback (most recent call last):
  File /usr/lib/python2.6/site-packages/quantum/agent/dhcp_agent.py, line 
131, in call_driver
getattr(driver, action)()
  File /usr/lib/python2.6/site-packages/quantum/agent/linux/dhcp.py, line 
124, in enable
reuse_existing=True)
  File /usr/lib/python2.6/site-packages/quantum/agent/dhcp_agent.py, line 
554, in setup
namespace=namespace)
  File /usr/lib/python2.6/site-packages/quantum/agent/linux/interface.py, 
line 181, in plug
ns_dev.link.set_address(mac_address)
  File /usr/lib/python2.6/site-packages/quantum/agent/linux/ip_lib.py, line 
180, in set_address
self._as_root('set', self.name, 'address', mac_address)
  File /usr/lib/python2.6/site-packages/quantum/agent/linux/ip_lib.py, line 
167, in _as_root
kwargs.get('use_root_namespace', False))
  File /usr/lib/python2.6/site-packages/quantum/agent/linux/ip_lib.py, line 
47, in _as_root
namespace)
  File /usr/lib/python2.6/site-packages/quantum/agent/linux/ip_lib.py, line 
58, in _execute
root_helper=root_helper)
  File /usr/lib/python2.6/site-packages/quantum/agent/linux/utils.py, line 
61, in execute
raise RuntimeError(m)
RuntimeError: 
Command: ['sudo', 'quantum-rootwrap', '/etc/quantum/rootwrap.conf', 'ip', 
'link', 'set', 'tapbf9a2991-33', 'address', 'fa:16:3e:a7:ea:91']
Exit code: 2
Stdout: ''
Stderr: 'RTNETLINK answers: Device or resource busy\n'
 
 
what happen about this?  


ttjiang

___
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] Please post: Gluster Community Day in Portland – July 23

2013-07-11 Thread John Mark Walker
We have an amazing community day coming up in Portland,
ORhttp://glusterday-pdx.eventbrite.com/,
on July 23. If you’re in town for OSCON, swing by – we’ll be at the Mission
Theater, which is close to the MAX for easy access.

Here are just a few of the highlights:

   - Theron Conrey will talk about the integration points between OpenStack
   and GlusterFS
   - John Dickinson of OpenStack Object Storage (Swift) and Swiftstack fame
   will be talking about… Swift!
   - Leslie Hawthorn, international community manager extraordinaire, will
   be discussing Best Collaboration Practices for FOSS projects
   - Gluster hero Joe Julian will talk about automating GlusterFS
   deployments with Puppet
   - David Nalley from Citrix and Apache CloudStack will talk about using
   GlusterFS with CloudStack
   - Wesley Duffee-Braun will talk about using GlusterFS from a sysadmin’s
   perspective
   - Eco Willson will talk about all the different ways to access data on
   Gluster volumes
   - Last, but not least, I’ll talk about the state of the Gluster
   community, the imminent release of GlusterFS 3.4, and the Gluster Forge


If you’re interested in OpenStack, CloudStack, Hadoop, and how they
intersect with GlusterFS, this will be a great day for learning.

We will serve lunch and end the day with a happy hour at 4pm. Come on by!

RSVP at EventBrite http://glusterday-pdx.eventbrite.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] failed scheduling network in quantum vlan

2013-07-11 Thread Arindam Choudhury
I am getting these errors in compute node:

  
2013-07-11T23:22:12Z|00301|bridge|INFO|bridge br-int: added interface 
qvo891434de-33 on port 5
2013-07-11T23:22:12Z|00302|netdev_linux|ERR|ioctl(SIOCSIFHWADDR) on br-ex 
device failed: Device or resource busy
2013-07-11T23:22:12Z|00303|bridge|ERR|Dropped 8 log messages in last 261 
seconds (most recently, 241 seconds ago) due to excessive rate
2013-07-11T23:22:12Z|00304|bridge|ERR|bridge br-ex: failed to set bridge 
Ethernet address: Device or resource busy
2013-07-11T23:22:12Z|00305|netdev_linux|ERR|ioctl(SIOCSIFHWADDR) on br-eth1 
device failed: Device or resource busy
2013-07-11T23:22:12Z|00306|bridge|ERR|bridge br-eth1: failed to set bridge 
Ethernet address: Device or resource busy
2013-07-11T23:22:12Z|00307|netdev_linux|ERR|ioctl(SIOCSIFHWADDR) on br-int 
device failed: Device or resource busy
2013-07-11T23:22:12Z|00308|bridge|ERR|bridge br-int: failed to set bridge 
Ethernet address: Device or resource busy
2013-07-11T23:22:18Z|00309|netdev_linux|ERR|ioctl(SIOCSIFHWADDR) on br-ex 
device failed: Device or resource busy
2013-07-11T23:22:18Z|00310|bridge|ERR|bridge br-ex: failed to set bridge 
Ethernet address: Device or resource busy
2013-07-11T23:22:18Z|00311|netdev_linux|ERR|ioctl(SIOCSIFHWADDR) on br-eth1 
device failed: Device or resource busy
2013-07-11T23:22:18Z|00312|netdev_linux|ERR|ioctl(SIOCSIFHWADDR) on br-int 
device failed: Device or resource busy
2013-07-11T23:22:28Z|00313|ofproto|INFO|br-eth1: 1 flow_mods 10 s ago (1 adds)
2013-07-11T23:22:28Z|00314|ofproto|INFO|br-int: 2 flow_mods in the 1 s starting 
10 s ago (1 adds, 1 deletes)
^C
[root@sl-2 ~]# ovs-vsctl show
5548cd68-c4a4-4edd-945f-13983da20067
Bridge br-ex
Port br-ex
Interface br-ex
type: internal
Bridge br-eth1
Port br-eth1
Interface br-eth1
type: internal
Bridge br-int
Port qvo891434de-33
tag: 4
Interface qvo891434de-33
Port br-int
Interface br-int
type: internal
ovs_version: 1.10.0
  



From: arin...@live.com
To: openstack@lists.launchpad.net
Date: Thu, 11 Jul 2013 23:09:11 +0200
Subject: [Openstack] faile scheduling network in quantum vlan





hi,


I used packstack to make a two node openstack deployment with quantum(vlan) on 
Scientific linux 6.


  
I configured EPEL using: rpm -Uvh 
http://mirror.uv.es/mirror/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm
I upgraded the dnsmasq using:  yum install 
http://ftp.is.co.za/mirror/ftp.rpmforge.net/redhat/el6/en/x86_64/extras/RPMS/dnsmasq-2.65-1.el6.rfx.x86_64.rpm



Then I changed the following in the generated answer file to enable quantum 
vlan:


  
CONFIG_QUANTUM_OVS_TENANT_NETWORK_TYPE=vlan
CONFIG_QUANTUM_OVS_VLAN_RANGES=default:100:110
CONFIG_QUANTUM_OVS_BRIDGE_MAPPINGS=default:br-ex



Then I created a non-admin user and followed this 
http://docs.openstack.org/grizzly/openstack-network/admin/content/demo_logical_network_config.html
  tutorial to create the networks.


  
[arindam@sl-1 ~(keystone_user)]$ quantum net-list
+--+-+--+
| id   | name| subnets  
|
+--+-+--+
| 06614a9a-0ccd-47a8-996d-c7a6b2a6a605 | ext_net | 
2c864957-09c9-4067-82de-64ad0da3ed41 |
| 66e0a1bc-0852-4cd4-9f11-aac57ed74d53 | net1| 
761103ea-1b0d-41f1-9a40-39bd14aaf99d 10.5.5.0/24 |
+--+-+--+
[arindam@sl-1 ~(keystone_user)]$ quantum router-list
+--+-++
| id   | name| external_gateway_info
  |
+--+-++
| 2cb10a37-48bf-48f1-bf22-b5e255deba44 | router1 | {network_id: 
06614a9a-0ccd-47a8-996d-c7a6b2a6a605} |
+--+-++
[arindam@sl-1 ~(keystone_user)]$ quantum router-port-list 
2cb10a37-48bf-48f1-bf22-b5e255deba44
+--+--+---+-+
| id   | name | mac_address   | fixed_ips   
|
+--+--+---+-+
| 2e77fa36-3127-414b-bfcf-d8dd6cd568be |  | fa:16:3e:fd:3e:16 | 
{subnet_id: 

Re: [Openstack] failed scheduling network in quantum vlan

2013-07-11 Thread Haitao Jiang
Arindam

My guess is that you have these errors on CentOS? Did you set veth to
True in the .ini? I am having the same errors and still looking for
some solution.

Haitao

On Thu, Jul 11, 2013 at 4:28 PM, Arindam Choudhury arin...@live.com wrote:
 I am getting these errors in compute node:


 2013-07-11T23:22:12Z|00301|bridge|INFO|bridge br-int: added interface
 qvo891434de-33 on port 5
 2013-07-11T23:22:12Z|00302|netdev_linux|ERR|ioctl(SIOCSIFHWADDR) on br-ex
 device failed: Device or resource busy
 2013-07-11T23:22:12Z|00303|bridge|ERR|Dropped 8 log messages in last 261
 seconds (most recently, 241 seconds ago) due to excessive rate
 2013-07-11T23:22:12Z|00304|bridge|ERR|bridge br-ex: failed to set bridge
 Ethernet address: Device or resource busy
 2013-07-11T23:22:12Z|00305|netdev_linux|ERR|ioctl(SIOCSIFHWADDR) on br-eth1
 device failed: Device or resource busy
 2013-07-11T23:22:12Z|00306|bridge|ERR|bridge br-eth1: failed to set bridge
 Ethernet address: Device or resource busy
 2013-07-11T23:22:12Z|00307|netdev_linux|ERR|ioctl(SIOCSIFHWADDR) on br-int
 device failed: Device or resource busy
 2013-07-11T23:22:12Z|00308|bridge|ERR|bridge br-int: failed to set bridge
 Ethernet address: Device or resource busy
 2013-07-11T23:22:18Z|00309|netdev_linux|ERR|ioctl(SIOCSIFHWADDR) on br-ex
 device failed: Device or resource busy
 2013-07-11T23:22:18Z|00310|bridge|ERR|bridge br-ex: failed to set bridge
 Ethernet address: Device or resource busy
 2013-07-11T23:22:18Z|00311|netdev_linux|ERR|ioctl(SIOCSIFHWADDR) on br-eth1
 device failed: Device or resource busy
 2013-07-11T23:22:18Z|00312|netdev_linux|ERR|ioctl(SIOCSIFHWADDR) on br-int
 device failed: Device or resource busy
 2013-07-11T23:22:28Z|00313|ofproto|INFO|br-eth1: 1 flow_mods 10 s ago (1
 adds)
 2013-07-11T23:22:28Z|00314|ofproto|INFO|br-int: 2 flow_mods in the 1 s
 starting 10 s ago (1 adds, 1 deletes)
 ^C
 [root@sl-2 ~]# ovs-vsctl show
 5548cd68-c4a4-4edd-945f-13983da20067
 Bridge br-ex
 Port br-ex
 Interface br-ex
 type: internal
 Bridge br-eth1
 Port br-eth1
 Interface br-eth1
 type: internal
 Bridge br-int
 Port qvo891434de-33
 tag: 4
 Interface qvo891434de-33
 Port br-int
 Interface br-int
 type: internal
 ovs_version: 1.10.0




 
 From: arin...@live.com
 To: openstack@lists.launchpad.net
 Date: Thu, 11 Jul 2013 23:09:11 +0200
 Subject: [Openstack] faile scheduling network in quantum vlan

 hi,
 I used packstack to make a two node openstack deployment with quantum(vlan)
 on Scientific linux 6.


 I configured EPEL using: rpm -Uvh
 http://mirror.uv.es/mirror/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm
 I upgraded the dnsmasq using:  yum install
 http://ftp.is.co.za/mirror/ftp.rpmforge.net/redhat/el6/en/x86_64/extras/RPMS/dnsmasq-2.65-1.el6.rfx.x86_64.rpm

 Then I changed the following in the generated answer file to enable quantum
 vlan:


 CONFIG_QUANTUM_OVS_TENANT_NETWORK_TYPE=vlan
 CONFIG_QUANTUM_OVS_VLAN_RANGES=default:100:110
 CONFIG_QUANTUM_OVS_BRIDGE_MAPPINGS=default:br-ex

 Then I created a non-admin user and followed this
 http://docs.openstack.org/grizzly/openstack-network/admin/content/demo_logical_network_config.html
 tutorial to create the networks.


 [arindam@sl-1 ~(keystone_user)]$ quantum net-list
 +--+-+--+
 | id   | name| subnets
 |
 +--+-+--+
 | 06614a9a-0ccd-47a8-996d-c7a6b2a6a605 | ext_net |
 2c864957-09c9-4067-82de-64ad0da3ed41 |
 | 66e0a1bc-0852-4cd4-9f11-aac57ed74d53 | net1|
 761103ea-1b0d-41f1-9a40-39bd14aaf99d 10.5.5.0/24 |
 +--+-+--+
 [arindam@sl-1 ~(keystone_user)]$ quantum router-list
 +--+-++
 | id   | name| external_gateway_info
 |
 +--+-++
 | 2cb10a37-48bf-48f1-bf22-b5e255deba44 | router1 | {network_id:
 06614a9a-0ccd-47a8-996d-c7a6b2a6a605} |
 +--+-++
 [arindam@sl-1 ~(keystone_user)]$ quantum router-port-list
 2cb10a37-48bf-48f1-bf22-b5e255deba44
 +--+--+---+-+
 | id   | name | mac_address   |
 fixed_ips
 |
 

[Openstack] why did openstack choose ceph (and not glusterfs)

2013-07-11 Thread Zippy Zeppoli
Hello,
I apologize if this email causes some kind of subjective ruckus, but
frankly I don't care (sorry etiquette) since it will resolve a reasonable
question that isn't clearly answered on the web.

Why did openstack choose ceph and not glusterfs. There doesn't seem to be a
lot of (good) information on how/why to choose one over the other, and I'm
sure most folks do a proof-of-concept to figure this out, but it doesn't
seem like a lot of information has been shared on the matter.

That being said, OpenStack is a large open source project that has decided
to use this storage platform (big decision). Why and how did the technical
architects for OpenStack come to this decision (blog post would be awesome,
wasn't able to find one Googling).

CheerZ
___
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] why did openstack choose ceph (and not glusterfs)

2013-07-11 Thread Tom Fifield

Hi,

Community Manager here - just confirming - OpenStack has not chosen 
Ceph. Not sure where that information is coming from - got a blog link 
so we can fix any confusion? :)



Regards,

Tom

On 12/07/13 10:23, Zippy Zeppoli wrote:

Hello,
I apologize if this email causes some kind of subjective ruckus, but
frankly I don't care (sorry etiquette) since it will resolve a
reasonable question that isn't clearly answered on the web.

Why did openstack choose ceph and not glusterfs. There doesn't seem to
be a lot of (good) information on how/why to choose one over the other,
and I'm sure most folks do a proof-of-concept to figure this out, but it
doesn't seem like a lot of information has been shared on the matter.

That being said, OpenStack is a large open source project that has
decided to use this storage platform (big decision). Why and how did the
technical architects for OpenStack come to this decision (blog post
would be awesome, wasn't able to find one Googling).

CheerZ



___
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] why did openstack choose ceph (and not glusterfs)

2013-07-11 Thread John Griffith
On Thu, Jul 11, 2013 at 6:27 PM, Tom Fifield t...@openstack.org wrote:

 Hi,

 Community Manager here - just confirming - OpenStack has not chosen
 Ceph. Not sure where that information is coming from - got a blog link so
 we can fix any confusion? :)


 Regards,

 Tom


 On 12/07/13 10:23, Zippy Zeppoli wrote:

 Hello,
 I apologize if this email causes some kind of subjective ruckus, but
 frankly I don't care (sorry etiquette) since it will resolve a
 reasonable question that isn't clearly answered on the web.

 Why did openstack choose ceph and not glusterfs. There doesn't seem to
 be a lot of (good) information on how/why to choose one over the other,
 and I'm sure most folks do a proof-of-concept to figure this out, but it
 doesn't seem like a lot of information has been shared on the matter.

 That being said, OpenStack is a large open source project that has
 decided to use this storage platform (big decision). Why and how did the
 technical architects for OpenStack come to this decision (blog post
 would be awesome, wasn't able to find one Googling).

 CheerZ


 __**_
 Mailing list: 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 More help   : 
 https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp


Hi Zippy,

To be clear, OpenStack doesn't really choose at all.  In terms of Cinder
you have a choice, that could be the base LVM implementation, Ceph-RBD,
Gluster or any choice from a long list of supported/integrated backend
storage devices.

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] failed scheduling network in quantum vlan

2013-07-11 Thread Arindam Choudhury
I am on scientific Linux. I have set veth to true. doing that masked the error 
from quantum logs but it still  can be found in openvswitch logs.

--- Original Message ---

From: Haitao Jiang jianghai...@gmail.com
Sent: July 12, 2013 2:16 AM
To: Arindam Choudhury arin...@live.com
Cc: openstack openstack@lists.launchpad.net
Subject: Re: [Openstack] failed scheduling network in quantum vlan

Arindam

My guess is that you have these errors on CentOS? Did you set veth to
True in the .ini? I am having the same errors and still looking for
some solution.

Haitao

On Thu, Jul 11, 2013 at 4:28 PM, Arindam Choudhury arin...@live.com wrote:
 I am getting these errors in compute node:


 2013-07-11T23:22:12Z|00301|bridge|INFO|bridge br-int: added interface
 qvo891434de-33 on port 5
 2013-07-11T23:22:12Z|00302|netdev_linux|ERR|ioctl(SIOCSIFHWADDR) on br-ex
 device failed: Device or resource busy
 2013-07-11T23:22:12Z|00303|bridge|ERR|Dropped 8 log messages in last 261
 seconds (most recently, 241 seconds ago) due to excessive rate
 2013-07-11T23:22:12Z|00304|bridge|ERR|bridge br-ex: failed to set bridge
 Ethernet address: Device or resource busy
 2013-07-11T23:22:12Z|00305|netdev_linux|ERR|ioctl(SIOCSIFHWADDR) on br-eth1
 device failed: Device or resource busy
 2013-07-11T23:22:12Z|00306|bridge|ERR|bridge br-eth1: failed to set bridge
 Ethernet address: Device or resource busy
 2013-07-11T23:22:12Z|00307|netdev_linux|ERR|ioctl(SIOCSIFHWADDR) on br-int
 device failed: Device or resource busy
 2013-07-11T23:22:12Z|00308|bridge|ERR|bridge br-int: failed to set bridge
 Ethernet address: Device or resource busy
 2013-07-11T23:22:18Z|00309|netdev_linux|ERR|ioctl(SIOCSIFHWADDR) on br-ex
 device failed: Device or resource busy
 2013-07-11T23:22:18Z|00310|bridge|ERR|bridge br-ex: failed to set bridge
 Ethernet address: Device or resource busy
 2013-07-11T23:22:18Z|00311|netdev_linux|ERR|ioctl(SIOCSIFHWADDR) on br-eth1
 device failed: Device or resource busy
 2013-07-11T23:22:18Z|00312|netdev_linux|ERR|ioctl(SIOCSIFHWADDR) on br-int
 device failed: Device or resource busy
 2013-07-11T23:22:28Z|00313|ofproto|INFO|br-eth1: 1 flow_mods 10 s ago (1
 adds)
 2013-07-11T23:22:28Z|00314|ofproto|INFO|br-int: 2 flow_mods in the 1 s
 starting 10 s ago (1 adds, 1 deletes)
 ^C
 [root@sl-2 ~]# ovs-vsctl show
 5548cd68-c4a4-4edd-945f-13983da20067
 Bridge br-ex
 Port br-ex
 Interface br-ex
 type: internal
 Bridge br-eth1
 Port br-eth1
 Interface br-eth1
 type: internal
 Bridge br-int
 Port qvo891434de-33
 tag: 4
 Interface qvo891434de-33
 Port br-int
 Interface br-int
 type: internal
 ovs_version: 1.10.0




 
 From: arin...@live.com
 To: openstack@lists.launchpad.net
 Date: Thu, 11 Jul 2013 23:09:11 +0200
 Subject: [Openstack] faile scheduling network in quantum vlan

 hi,
 I used packstack to make a two node openstack deployment with quantum(vlan)
 on Scientific linux 6.


 I configured EPEL using: rpm -Uvh
 http://mirror.uv.es/mirror/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm
 I upgraded the dnsmasq using:  yum install
 http://ftp.is.co.za/mirror/ftp.rpmforge.net/redhat/el6/en/x86_64/extras/RPMS/dnsmasq-2.65-1.el6.rfx.x86_64.rpm

 Then I changed the following in the generated answer file to enable quantum
 vlan:


 CONFIG_QUANTUM_OVS_TENANT_NETWORK_TYPE=vlan
 CONFIG_QUANTUM_OVS_VLAN_RANGES=default:100:110
 CONFIG_QUANTUM_OVS_BRIDGE_MAPPINGS=default:br-ex

 Then I created a non-admin user and followed this
 http://docs.openstack.org/grizzly/openstack-network/admin/content/demo_logical_network_config.html
 tutorial to create the networks.


 [arindam@sl-1 ~(keystone_user)]$ quantum net-list
 +--+-+--+
 | id   | name| subnets
 |
 +--+-+--+
 | 06614a9a-0ccd-47a8-996d-c7a6b2a6a605 | ext_net |
 2c864957-09c9-4067-82de-64ad0da3ed41 |
 | 66e0a1bc-0852-4cd4-9f11-aac57ed74d53 | net1|
 761103ea-1b0d-41f1-9a40-39bd14aaf99d 10.5.5.0/24 |
 +--+-+--+
 [arindam@sl-1 ~(keystone_user)]$ quantum router-list
 +--+-++
 | id   | name| external_gateway_info
 |
 +--+-++
 | 2cb10a37-48bf-48f1-bf22-b5e255deba44 | router1 | {network_id:
 06614a9a-0ccd-47a8-996d-c7a6b2a6a605} |
 +--+-++
 [arindam@sl-1 ~(keystone_user)]$ 

Re: [Openstack] why did openstack choose ceph (and not glusterfs)

2013-07-11 Thread Haomai Wang
Hi,

I think the information OpenStack choose Ceph is from Ceph community,  we can 
often heard about correlative talks from
Ceph community and blogs.  There is a illusion that OpenStack decide to choose 
Ceph as backend.

Best regards,
Haomai Wang, UnitedStack Inc.

在 2013-7-12,上午8:32,John Griffith john.griff...@solidfire.com 写道:

 
 
 
 On Thu, Jul 11, 2013 at 6:27 PM, Tom Fifield t...@openstack.org wrote:
 Hi,
 
 Community Manager here - just confirming - OpenStack has not chosen Ceph. 
 Not sure where that information is coming from - got a blog link so we can 
 fix any confusion? :)
 
 
 Regards,
 
 Tom
 
 
 On 12/07/13 10:23, Zippy Zeppoli wrote:
 Hello,
 I apologize if this email causes some kind of subjective ruckus, but
 frankly I don't care (sorry etiquette) since it will resolve a
 reasonable question that isn't clearly answered on the web.
 
 Why did openstack choose ceph and not glusterfs. There doesn't seem to
 be a lot of (good) information on how/why to choose one over the other,
 and I'm sure most folks do a proof-of-concept to figure this out, but it
 doesn't seem like a lot of information has been shared on the matter.
 
 That being said, OpenStack is a large open source project that has
 decided to use this storage platform (big decision). Why and how did the
 technical architects for OpenStack come to this decision (blog post
 would be awesome, wasn't able to find one Googling).
 
 CheerZ
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 
 Hi Zippy,
 
 To be clear, OpenStack doesn't really choose at all.  In terms of Cinder 
 you have a choice, that could be the base LVM implementation, Ceph-RBD, 
 Gluster or any choice from a long list of supported/integrated backend 
 storage devices.
 
 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

___
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] Exception during message handling on Cinder

2013-07-11 Thread Mahardhika

Hi, i have check that . my current topology is like this :
controller(run cinder, ip : 10.10.10.10) - switch 
- compute node (ip : 10.10.10.30)

i used iscsitarget (ietadm), here my cinder.config
/[DEFAULT]/
/# LOG/STATE/
/verbose = True/
/debug = False/
/iet_conf = /etc/iet/ietd.conf/
/iscsi_helper = ietadm/
/iscsi_ip_address = 10.10.10.10/
/iscsi_target = 10.10.10.10/
/auth_strategy = keystone/
/volume_name_template = volume-%s/
/volume_group = cinder-volumes/
/#volume_name_template = cinder-volumes/
/state_path = /var/lib/cinder/
/volumes_dir = /var/lib/cinder/volumes/
/rootwrap_config = /etc/cinder/rootwrap.conf/
/api_paste_config = /etc/cinder/api-paste.ini/
/# RPC/
/rabbit_host = 10.10.10.10/
/rabbit_password = guest/
/rpc_backend = cinder.openstack.common.rpc.impl_kombu/
/# DATABASE/
/sql_connection = mysql://cinder:cinder@10.10.10.10/cinder/
/# API/
/osapi_volume_extension = cinder.api.contrib.standard_extensions/

On 7/11/2013 12:43 PM, Hameedullah Khan wrote:

Please check your iscsi_ip_address.

If that is not the issue can you please share more information? What 
iscsi implementation are you using? Are you using tgt or iscsitarget? 
Can you show your cinder.conf



On Thu, Jul 11, 2013 at 8:57 AM, Mahardhika 
mahardika.gil...@andalabs.com mailto:mahardika.gil...@andalabs.com 
wrote:


Hi, i've got it work when creating volume, but i can't attach to
instance. error log from nova-compute :

/Stderr: 'iscsiadm: No session found.\n'/

i have run : iscsiadm -m node -o show
and it show it's values

On 7/10/2013 6:08 PM, claudio marques wrote:

Hi

I also found a problem a while a go with creating or managing
volumes. After some research I could solve it by doing the following:

/vim /usr/lib/python2.7/dist-packages/cinder/volume/drivers/lvm.py/


remove line 388


385 self.tgtadm.create_iscsi_target(iscsi_name, iscsi_target,

386   0, volume_path, chap_auth,

387   check_exit_code=False*) -- close
here the method*

388 * old_name=old_name) -- (remove this line)*


restart all cinder services
/
/
/cd /etc/init.d/; for i in $( ls cinder-* ); do sudo service $i
restart; done/

If that doesn't help, try to see your iscsitarget is up and
running. See the logs.

Hope it help's

Cheer's

Claudio Marques

clau...@onesource.pt mailto:clau...@onesource.pt
http://www.onesource.pt/



Date: Wed, 10 Jul 2013 16:36:49 +0700
From: mahardika.gil...@andalabs.com
mailto:mahardika.gil...@andalabs.com
To: openstack@lists.launchpad.net
mailto:openstack@lists.launchpad.net
Subject: [Openstack] Exception during message handling on Cinder

Hi, i've got this Error message in cinder-volume.log

ERROR [cinder.volume.iscsi] Failed to create iscsi target for
volume id:volume-7b84fb74-7278-4a5d-8f1e-735eae060bcd.
ERROR [cinder.volume.manager] volume
volume-7b84fb74-7278-4a5d-8f1e-735eae060bcd: create failed
ERROR [cinder.openstack.common.rpc.amqp] Exception during message
handling

i have check on cinder.conf, api-paste.ini files, let me know if
you guys need my config file
please help me out of this
thanks
-- 
Regards,

Mahardhika Gilang

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



-- 
Regards,

Mahardhika Gilang

___
Mailing list: https://launchpad.net/~openstack
https://launchpad.net/%7Eopenstack
Post to : openstack@lists.launchpad.net
mailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
https://launchpad.net/%7Eopenstack
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] Fwd: Documentation for openstack-java-sdk

2013-07-11 Thread Jobin Raju George
Okay, thanks Gui! Lets see how things go, but still I'm awaiting a little
help with respect to the documentation and examples :/


On Thu, Jul 11, 2013 at 8:31 PM, Gui Maluf guimal...@gmail.com wrote:

 I know nothing about ceilometer.
 I think the best thing is to checkout the classes on github and make a lot
 of tests. Probably to functioning of objects and methods are the same in
 ceilometer.
 CHeckout the methods and try to workout with it.
 :)
 Good luck!


 On Thu, Jul 11, 2013 at 11:59 AM, Jobin Raju George jobin...@gmail.comwrote:

 Thanks a log, Gui! This helps but would be more useful if you could point
 me to some *ceilometer-specific *guides/examples.


 On Thu, Jul 11, 2013 at 8:25 PM, Gui Maluf guimal...@gmail.com wrote:

 Surely Luis can help you, I've used openstack-java-sdk in one of my
 projects, and this is the example Luis gave to me


 private static final File TEST_FILE = new File(pom.xml);

  private static final String KEYSTONE_AUTH_URL = 
 https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0;;

  private static final String KEYSTONE_USERNAME = ;

  private static final String KEYSTONE_PASSWORD = ;


  /**

  * @param args

  */

 public static void main(String[] args) throws Exception {

  KeystoneClient keystone = new KeystoneClient(KEYSTONE_AUTH_URL);

  //access with unscoped token

  Access access = keystone.execute(Authenticate.withPasswordCredentials(
 KEYSTONE_USERNAME, KEYSTONE_PASSWORD));

   //use the token in the following requests

  keystone.setToken(access.getToken().getId());

   Tenants tenants = keystone.execute(new ListTenants());

   //try to exchange token using the first tenant

  if(tenants.getList().size()  0) {

access =
 keystone.execute(Authenticate.withToken(access.getToken().getId()).withTenantId(tenants.getList().get(0).getId()));

SwiftClient swiftClient = 
 newSwiftClient(KeystoneUtils.findEndpointURL(access.getServiceCatalog(),
 object-store, null, public), access.getToken().getId());

//swiftClient.execute(new DeleteContainer(navidad2));

swiftClient.execute(new CreateContainer(navidad2));

System.out.println(swiftClient.execute(new ListContainers()));

ObjectForUpload upload = new ObjectForUpload();

  upload.setContainer(navidad2);

  upload.setName(example2);

  upload.setInputStream(new FileInputStream(TEST_FILE));

  swiftClient.execute(new UploadObject(upload));

System.out.println(swiftClient.execute(new ListObjects(navidad2,
 new HashMapString, String() {{

   put(path, );

  }})).get(0).getContentType());

}


  }



 On Thu, Jul 11, 2013 at 11:31 AM, Endre Karlson endre.karl...@gmail.com
  wrote:

 I think Luis can answer that?
 -- Videresendt melding --
 Fra: Jobin Raju George jobin...@gmail.com
 Dato: 11. juli 2013 14:38
 Emne: [Openstack] Documentation for openstack-java-sdk
 Til: openstack lista openstack@lists.launchpad.net
 Kopi:

 I am trying to query ceilometer using 
 openstack-java-sdkhttps://github.com/woorea/openstack-java-sdkfor meters 
 of VM's running on KVM. I am able to get the CPU meters via curl
 on the command line but unfortunately I don't find good documentation for
 the SDK's for ceilometer.

 I have seen this example 
 programhttps://github.com/woorea/openstack-java-sdk/blob/master/openstack-examples/src/main/java/com/woorea/openstack/examples/metering/v2/TestAll.java
  but
 most of it is commented(probably because it is deprecated).

 Where can I find good documentation/examples or java programs/snippets?

 --

  Thanks and regards,

 Jobin Raju George

 Third Year, Information Technology

 College of Engineering Pune

 Alternate e-mail: georgejr10...@coep.ac.in


 ___
 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




 --
 *guilherme* \n
 \t *maluf*

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




 --

 Thanks and regards,

 Jobin Raju George

 Third Year, Information Technology

 College of Engineering Pune

 Alternate e-mail: georgejr10...@coep.ac.in




 --
 *guilherme* \n
 \t *maluf*




-- 

Thanks and regards,

Jobin Raju George

Third Year, Information Technology

College of Engineering Pune

Alternate e-mail: georgejr10...@coep.ac.in
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : 

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

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/229/Project:precise_havana_cinder_trunkDate of build:Thu, 11 Jul 2013 07:31:14 -0400Build duration:5 min 13 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUpdate upper bound of keystoneclient version.by lin-hua.chengeditrequirements.txtConsole Output[...truncated 18151 lines...]dch -a [4ba9ded] Update upper bound of keystoneclient version.dch -a [cfe8dc4] Change check-detach to reject more statesdch -a [f2dbeaf] Make String column creation compatible with SQLAlchemy 0.8dch -a [7266ad7] Remove suds requirementdch -a [723486b] SolidFire API RequestID is useless.dch -a [7497e40] Add ability to specify SolidFire API versiondch -a [40aef76] Refactor reschedule in exception handling of volume managerdch -a [b3c0ec6] Don't pass 'session' arg to public DB API methodsdch -a [e2a58aa] Add interface class for backup driversdch -a [ca0e729] Prevent wrongly privilege escalation of a contextdch -a [785d49e] Move brick initiator tests to brick subdirectory.dch -a [7429cc4] Fix extent size issue when creating thin pool.dch -a [102c6ea] Sync install_venv_common from oslodch -a [8b1ae18] Use oslo.sphinx and remove local copy of doc themedch -a [3283ce5] Scheduler should not select down volume managersdch -a [1244106] Add check for snapshot to Brick LVM.dch -a [424058f] Fix typo 'Flase' -> 'False'dch -a [45a1a56] Rename cinder.flags to cinder.common.configdch -a [62fb1ac] Add execute wrapper to brick LVM code.dch -a [251687d] Make os-services API extension consistentdch -a [dec8fb7] Skip brick_initiator test in virtual environmentsdch -a [afa2790] Quotas by Volume Typedch -a [0e5cb31] xenapi: implement xenserver image to volumedch -a [728f983] Adding host attaching support to Cinderdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201307110731~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpMZw_mz/cinder/debian/controlsbuild -d precise-havana -n -A cinder_2013.2+git201307110731~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', 'cinder_2013.2+git201307110731~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', 'cinder_2013.2+git201307110731~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_cinder_trunk #205

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/205/Project:saucy_havana_cinder_trunkDate of build:Thu, 11 Jul 2013 07:31:16 -0400Build duration:5 min 47 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUpdate upper bound of keystoneclient version.by lin-hua.chengeditrequirements.txtConsole Output[...truncated 19075 lines...]dch -a [4ba9ded] Update upper bound of keystoneclient version.dch -a [cfe8dc4] Change check-detach to reject more statesdch -a [f2dbeaf] Make String column creation compatible with SQLAlchemy 0.8dch -a [7266ad7] Remove suds requirementdch -a [723486b] SolidFire API RequestID is useless.dch -a [7497e40] Add ability to specify SolidFire API versiondch -a [40aef76] Refactor reschedule in exception handling of volume managerdch -a [b3c0ec6] Don't pass 'session' arg to public DB API methodsdch -a [e2a58aa] Add interface class for backup driversdch -a [ca0e729] Prevent wrongly privilege escalation of a contextdch -a [785d49e] Move brick initiator tests to brick subdirectory.dch -a [7429cc4] Fix extent size issue when creating thin pool.dch -a [102c6ea] Sync install_venv_common from oslodch -a [8b1ae18] Use oslo.sphinx and remove local copy of doc themedch -a [3283ce5] Scheduler should not select down volume managersdch -a [1244106] Add check for snapshot to Brick LVM.dch -a [424058f] Fix typo 'Flase' -> 'False'dch -a [45a1a56] Rename cinder.flags to cinder.common.configdch -a [62fb1ac] Add execute wrapper to brick LVM code.dch -a [251687d] Make os-services API extension consistentdch -a [dec8fb7] Skip brick_initiator test in virtual environmentsdch -a [afa2790] Quotas by Volume Typedch -a [0e5cb31] xenapi: implement xenserver image to volumedch -a [728f983] Adding host attaching support to Cinderdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201307110731~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpEdnkiQ/cinder/debian/controlsbuild -d saucy-havana -n -A cinder_2013.2+git201307110731~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', 'cinder_2013.2+git201307110731~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', 'cinder_2013.2+git201307110731~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 #230

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/230/Project:precise_havana_cinder_trunkDate of build:Thu, 11 Jul 2013 08:01:24 -0400Build duration:8 min 1 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd unit tests for cinder/api/versionsby ayasakoveditcinder/tests/api/test_router.pyConsole Output[...truncated 18413 lines...]dch -a [cfe8dc4] Change check-detach to reject more statesdch -a [b3e3c8e] Add unit tests for cinder/api/versionsdch -a [f2dbeaf] Make String column creation compatible with SQLAlchemy 0.8dch -a [7266ad7] Remove suds requirementdch -a [723486b] SolidFire API RequestID is useless.dch -a [7497e40] Add ability to specify SolidFire API versiondch -a [40aef76] Refactor reschedule in exception handling of volume managerdch -a [b3c0ec6] Don't pass 'session' arg to public DB API methodsdch -a [e2a58aa] Add interface class for backup driversdch -a [ca0e729] Prevent wrongly privilege escalation of a contextdch -a [785d49e] Move brick initiator tests to brick subdirectory.dch -a [7429cc4] Fix extent size issue when creating thin pool.dch -a [102c6ea] Sync install_venv_common from oslodch -a [8b1ae18] Use oslo.sphinx and remove local copy of doc themedch -a [3283ce5] Scheduler should not select down volume managersdch -a [1244106] Add check for snapshot to Brick LVM.dch -a [424058f] Fix typo 'Flase' -> 'False'dch -a [45a1a56] Rename cinder.flags to cinder.common.configdch -a [62fb1ac] Add execute wrapper to brick LVM code.dch -a [251687d] Make os-services API extension consistentdch -a [dec8fb7] Skip brick_initiator test in virtual environmentsdch -a [afa2790] Quotas by Volume Typedch -a [0e5cb31] xenapi: implement xenserver image to volumedch -a [728f983] Adding host attaching support to Cinderdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201307110801~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpzZFGEK/cinder/debian/controlsbuild -d precise-havana -n -A cinder_2013.2+git201307110801~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', 'cinder_2013.2+git201307110801~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', 'cinder_2013.2+git201307110801~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_cinder_trunk #206

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/206/Project:saucy_havana_cinder_trunkDate of build:Thu, 11 Jul 2013 08:02:20 -0400Build duration:8 min 23 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd unit tests for cinder/api/versionsby ayasakoveditcinder/tests/api/test_router.pyConsole Output[...truncated 19120 lines...]dch -a [cfe8dc4] Change check-detach to reject more statesdch -a [b3e3c8e] Add unit tests for cinder/api/versionsdch -a [f2dbeaf] Make String column creation compatible with SQLAlchemy 0.8dch -a [7266ad7] Remove suds requirementdch -a [723486b] SolidFire API RequestID is useless.dch -a [7497e40] Add ability to specify SolidFire API versiondch -a [40aef76] Refactor reschedule in exception handling of volume managerdch -a [b3c0ec6] Don't pass 'session' arg to public DB API methodsdch -a [e2a58aa] Add interface class for backup driversdch -a [ca0e729] Prevent wrongly privilege escalation of a contextdch -a [785d49e] Move brick initiator tests to brick subdirectory.dch -a [7429cc4] Fix extent size issue when creating thin pool.dch -a [102c6ea] Sync install_venv_common from oslodch -a [8b1ae18] Use oslo.sphinx and remove local copy of doc themedch -a [3283ce5] Scheduler should not select down volume managersdch -a [1244106] Add check for snapshot to Brick LVM.dch -a [424058f] Fix typo 'Flase' -> 'False'dch -a [45a1a56] Rename cinder.flags to cinder.common.configdch -a [62fb1ac] Add execute wrapper to brick LVM code.dch -a [251687d] Make os-services API extension consistentdch -a [dec8fb7] Skip brick_initiator test in virtual environmentsdch -a [afa2790] Quotas by Volume Typedch -a [0e5cb31] xenapi: implement xenserver image to volumedch -a [728f983] Adding host attaching support to Cinderdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201307110802~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpw68okY/cinder/debian/controlsbuild -d saucy-havana -n -A cinder_2013.2+git201307110802~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', 'cinder_2013.2+git201307110802~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', 'cinder_2013.2+git201307110802~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: saucy_havana_neutron_trunk #9

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/9/Project:saucy_havana_neutron_trunkDate of build:Thu, 11 Jul 2013 09:01:22 -0400Build duration:44 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesInitial Modular L2 Mechanism Driver implementation.by apecheditneutron/plugins/ml2/driver_api.pyeditneutron/plugins/ml2/READMEeditneutron/plugins/ml2/plugin.pyeditneutron/plugins/ml2/managers.pyeditetc/neutron/plugins/ml2/ml2_conf.iniaddneutron/plugins/ml2/driver_context.pyaddneutron/tests/unit/ml2/drivers/mechanism_test.pyeditneutron/plugins/ml2/config.pyaddneutron/plugins/ml2/common/exceptions.pyaddneutron/tests/unit/ml2/drivers/__init__.pyeditsetup.cfgeditneutron/tests/unit/ml2/test_ml2_plugin.pyaddneutron/plugins/ml2/common/__init__.pyaddneutron/tests/unit/ml2/drivers/mechanism_logger.pyConsole Output[...truncated 1406 lines...]hard linking neutron/tests/var/ca.crt -> neutron-2013.2/neutron/tests/varhard linking neutron/tests/var/certificate.crt -> neutron-2013.2/neutron/tests/varhard linking neutron/tests/var/privatekey.key -> neutron-2013.2/neutron/tests/varhard linking quantum/__init__.py -> neutron-2013.2/quantumhard linking quantum/auth.py -> neutron-2013.2/quantumhard linking quantum/api/__init__.py -> neutron-2013.2/quantum/apihard linking tools/check_i18n.py -> neutron-2013.2/toolshard linking tools/check_i18n_test_case.txt -> neutron-2013.2/toolshard linking tools/clean.sh -> neutron-2013.2/toolshard linking tools/i18n_cfg.py -> neutron-2013.2/toolshard linking tools/install_venv.py -> neutron-2013.2/toolshard linking tools/install_venv_common.py -> neutron-2013.2/toolshard linking tools/patch_tox_venv.py -> neutron-2013.2/toolshard linking tools/with_venv.sh -> neutron-2013.2/toolscopying setup.cfg -> neutron-2013.2Writing neutron-2013.2/setup.cfgcreating distCreating tar archiveremoving 'neutron-2013.2' (and everything under it)DEBUG:root:Derived package version from tarball: 2013.2INFO:root:Building package using /tmp/tmpVfPeR4/neutron_2013.2+git201307110901~saucy.orig.tar.gzINFO:root:Branching packaging branch from lp:~ubuntu-server-dev/quantum/neutronDEBUG:root:['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~ubuntu-server-dev/quantum/neutron/".ERROR:root:Error occurred during package creation/build: Command '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' returned non-zero exit status 3ERROR:root:Command '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/quantum/neutron neutronTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' returned non-zero exit status 3Error 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 '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' returned non-zero exit status 3Build 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_neutron_trunk #9

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_neutron_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_neutron_trunk/9/Project:precise_havana_neutron_trunkDate of build:Thu, 11 Jul 2013 09:01:15 -0400Build duration:1 min 18 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesInitial Modular L2 Mechanism Driver implementation.by apecheditneutron/tests/unit/ml2/test_ml2_plugin.pyaddneutron/tests/unit/ml2/drivers/__init__.pyeditneutron/plugins/ml2/plugin.pyaddneutron/plugins/ml2/common/exceptions.pyaddneutron/plugins/ml2/driver_context.pyeditetc/neutron/plugins/ml2/ml2_conf.inieditneutron/plugins/ml2/driver_api.pyaddneutron/tests/unit/ml2/drivers/mechanism_test.pyeditsetup.cfgeditneutron/plugins/ml2/READMEaddneutron/plugins/ml2/common/__init__.pyeditneutron/plugins/ml2/managers.pyaddneutron/tests/unit/ml2/drivers/mechanism_logger.pyeditneutron/plugins/ml2/config.pyConsole Output[...truncated 1567 lines...]uscan --verbose --force-download --rename --destdir=../build-areauscan: you must have the libwww-perl package installedto use this scriptBEGIN failed--compilation aborted at /usr/bin/uscan line 47.make: *** [get-orig-source] Error 2Trying to run get-orig-source rule failedUsing uscan to look for the upstream tarball.uscan: you must have the libwww-perl package installedto use this scriptBEGIN failed--compilation aborted at /usr/bin/uscan line 47.uscan could not find the needed tarball.bzr: ERROR: Unable to find the needed upstream tarball for package quantum, version 2013.2+git201307110901~precise.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-fc665d1b-5055-4fe9-a618-bd5a51efab2f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-fc665d1b-5055-4fe9-a618-bd5a51efab2f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/neutron/havana neutrondch -b -D precise --newversion 1:2013.2+git201307110901~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -a [34798f3] Initial Modular L2 Mechanism Driver implementation.dch -a [db91897] Add cover/ to .gitignoredch -a [40a5853] Allow gateway address to be unset for an existing subnetdch -a [f475f55] Imported Translations from Transifexdch -a [34b8ee5] Ensure that the neutron server is properly monkey patcheddebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (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-fc665d1b-5055-4fe9-a618-bd5a51efab2f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error 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-fc665d1b-5055-4fe9-a618-bd5a51efab2f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build 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: precise_havana_cinder_trunk #231

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/231/Project:precise_havana_cinder_trunkDate of build:Thu, 11 Jul 2013 09:30:35 -0400Build duration:4 min 57 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 19927 lines...]deleting and forgetting pool/main/c/cinder/cinder-scheduler_2013.2+git201307030302~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/cinder-volume_2013.2+git201307030302~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/python-cinder_2013.2+git201307030302~precise-0ubuntu1_all.debINFO:root:Storing current commit for next build: 4ba9ded4821f9e7b938d1540cc60698c0f9a7784INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/cinder/havana cinderdch -b -D precise --newversion 1:2013.2+git201307110930~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 8f6fde5b0d395c0c753f19f6b00e737c90ec1abe..HEAD --no-merges --pretty=format:[%h] %sdch -a [4ba9ded] Update upper bound of keystoneclient version.dch -a [cfe8dc4] Change check-detach to reject more statesdch -a [b3e3c8e] Add unit tests for cinder/api/versionsdch -a [f2dbeaf] Make String column creation compatible with SQLAlchemy 0.8dch -a [7266ad7] Remove suds requirementdch -a [723486b] SolidFire API RequestID is useless.dch -a [7497e40] Add ability to specify SolidFire API versiondch -a [40aef76] Refactor reschedule in exception handling of volume managerdch -a [b3c0ec6] Don't pass 'session' arg to public DB API methodsdch -a [e2a58aa] Add interface class for backup driversdch -a [ca0e729] Prevent wrongly privilege escalation of a contextdch -a [785d49e] Move brick initiator tests to brick subdirectory.dch -a [7429cc4] Fix extent size issue when creating thin pool.dch -a [102c6ea] Sync install_venv_common from oslodch -a [8b1ae18] Use oslo.sphinx and remove local copy of doc themedch -a [3283ce5] Scheduler should not select down volume managersdch -a [1244106] Add check for snapshot to Brick LVM.dch -a [424058f] Fix typo 'Flase' -> 'False'dch -a [45a1a56] Rename cinder.flags to cinder.common.configdch -a [62fb1ac] Add execute wrapper to brick LVM code.dch -a [251687d] Make os-services API extension consistentdch -a [dec8fb7] Skip brick_initiator test in virtual environmentsdch -a [afa2790] Quotas by Volume Typedch -a [0e5cb31] xenapi: implement xenserver image to volumedch -a [728f983] Adding host attaching support to Cinderdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201307110930~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpmex_Kc/cinder/debian/controlsbuild -d precise-havana -n -A cinder_2013.2+git201307110930~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana cinder_2013.2+git201307110930~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-havana cinder_2013.2+git201307110930~precise-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 Fixed: saucy_havana_cinder_trunk #207

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/207/Project:saucy_havana_cinder_trunkDate of build:Thu, 11 Jul 2013 09:30:40 -0400Build duration:6 min 2 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 20804 lines...]deleting and forgetting pool/main/c/cinder/cinder-scheduler_2013.2+git201307030301~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/cinder-volume_2013.2+git201307030301~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/python-cinder_2013.2+git201307030301~saucy-0ubuntu1_all.debINFO:root:Storing current commit for next build: 4ba9ded4821f9e7b938d1540cc60698c0f9a7784INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/cinder/havana cinderdch -b -D saucy --newversion 1:2013.2+git201307110930~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 8f6fde5b0d395c0c753f19f6b00e737c90ec1abe..HEAD --no-merges --pretty=format:[%h] %sdch -a [4ba9ded] Update upper bound of keystoneclient version.dch -a [cfe8dc4] Change check-detach to reject more statesdch -a [b3e3c8e] Add unit tests for cinder/api/versionsdch -a [f2dbeaf] Make String column creation compatible with SQLAlchemy 0.8dch -a [7266ad7] Remove suds requirementdch -a [723486b] SolidFire API RequestID is useless.dch -a [7497e40] Add ability to specify SolidFire API versiondch -a [40aef76] Refactor reschedule in exception handling of volume managerdch -a [b3c0ec6] Don't pass 'session' arg to public DB API methodsdch -a [e2a58aa] Add interface class for backup driversdch -a [ca0e729] Prevent wrongly privilege escalation of a contextdch -a [785d49e] Move brick initiator tests to brick subdirectory.dch -a [7429cc4] Fix extent size issue when creating thin pool.dch -a [102c6ea] Sync install_venv_common from oslodch -a [8b1ae18] Use oslo.sphinx and remove local copy of doc themedch -a [3283ce5] Scheduler should not select down volume managersdch -a [1244106] Add check for snapshot to Brick LVM.dch -a [424058f] Fix typo 'Flase' -> 'False'dch -a [45a1a56] Rename cinder.flags to cinder.common.configdch -a [62fb1ac] Add execute wrapper to brick LVM code.dch -a [251687d] Make os-services API extension consistentdch -a [dec8fb7] Skip brick_initiator test in virtual environmentsdch -a [afa2790] Quotas by Volume Typedch -a [0e5cb31] xenapi: implement xenserver image to volumedch -a [728f983] Adding host attaching support to Cinderdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201307110930~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpTTzcIM/cinder/debian/controlsbuild -d saucy-havana -n -A cinder_2013.2+git201307110930~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana cinder_2013.2+git201307110930~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana cinder_2013.2+git201307110930~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_ceilometer_trunk #162

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/162/Project:precise_havana_ceilometer_trunkDate of build:Thu, 11 Jul 2013 10:01:30 -0400Build duration:5 min 13 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUpdate swift pollster to use cacheby doug.hellmannedittests/objectstore/test_swift.pyeditceilometer/objectstore/swift.pyUpdate compute disk I/O pollster to use cacheby doug.hellmanneditceilometer/compute/pollsters.pyedittests/compute/test_pollsters.pyUpdate compute CPU pollster to use cacheby doug.hellmanneditceilometer/compute/pollsters.pyedittests/compute/test_pollsters.pyUpdate compute vnic pollster to use cacheby doug.hellmanneditceilometer/compute/pollsters.pyedittests/compute/test_pollsters.pyConsole Output[...truncated 1526 lines...]dch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC ceilometer_2013.2+git201307111001~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpTP4SJ7/ceilometer/debian/controlsbuild -d precise-havana -n -A ceilometer_2013.2+git201307111001~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', 'ceilometer_2013.2+git201307111001~precise-0ubuntu1.dsc']' returned non-zero exit status 3Error 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', 'ceilometer_2013.2+git201307111001~precise-0ubuntu1.dsc']' returned non-zero exit status 3Build 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_ceilometer_trunk #144

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/144/Project:saucy_havana_ceilometer_trunkDate of build:Thu, 11 Jul 2013 10:01:23 -0400Build duration:5 min 40 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUpdate swift pollster to use cacheby doug.hellmanneditceilometer/objectstore/swift.pyedittests/objectstore/test_swift.pyUpdate compute disk I/O pollster to use cacheby doug.hellmanneditceilometer/compute/pollsters.pyedittests/compute/test_pollsters.pyUpdate compute CPU pollster to use cacheby doug.hellmanneditceilometer/compute/pollsters.pyedittests/compute/test_pollsters.pyUpdate compute vnic pollster to use cacheby doug.hellmanneditceilometer/compute/pollsters.pyedittests/compute/test_pollsters.pyConsole Output[...truncated 2207 lines...]dch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC ceilometer_2013.2+git201307111001~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpNsgNwl/ceilometer/debian/controlsbuild -d saucy-havana -n -A ceilometer_2013.2+git201307111001~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', 'ceilometer_2013.2+git201307111001~saucy-0ubuntu1.dsc']' returned non-zero exit status 3Error 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', 'ceilometer_2013.2+git201307111001~saucy-0ubuntu1.dsc']' returned non-zero exit status 3Build 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 #562

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/562/Project:precise_havana_nova_trunkDate of build:Thu, 11 Jul 2013 11:01:17 -0400Build duration:4 min 45 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesEnable core API-v3 to be optional when unit testingby maurosreditnova/api/openstack/__init__.pyConsole Output[...truncated 4079 lines...]dch -a [ccf265c] Port consoles extension API into v3 part1dch -a [d9b6e31] Port scheduler hints extension to v3 API Part 1dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e002458] Port Simple_tenant_usage API to v3 Part 2dch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg INFO:root:Destroying schroot.piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (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-f3c3fdb1-a73a-4f00-a25b-570d82af48f8', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error 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-f3c3fdb1-a73a-4f00-a25b-570d82af48f8', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build 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: precise_havana_python-neutronclient_trunk #2

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_python-neutronclient_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_python-neutronclient_trunk/2/Project:precise_havana_python-neutronclient_trunkDate of build:Thu, 11 Jul 2013 11:06:04 -0400Build duration:3 min 13 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 2 builds failed.50ChangesDont convert httplib2 exceptions to status codesby rpodolyakaaddtests/unit/test_http.pyeditneutronclient/client.pyConsole Output[...truncated 1604 lines...]Finished at 20130711-1109Build needed 00:00:52, 2852k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/havana', 'python-neutronclient_2.2.4.4.gc54fd15+git20130706~precise-0ubuntu1_source.changes']gpg: Signature made Thu Jul 11 11:08:06 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) <ja...@shingle-house.org.uk>"gpg: Signature made Thu Jul 11 11:08:06 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) <ja...@shingle-house.org.uk>"Checking signature on .changesGood signature on /tmp/tmpUAgQr8/python-neutronclient_2.2.4.4.gc54fd15+git20130706~precise-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpUAgQr8/python-neutronclient_2.2.4.4.gc54fd15+git20130706~precise-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading python-neutronclient_2.2.4.4.gc54fd15+git20130706~precise-0ubuntu1.dsc: done.  Uploading python-neutronclient_2.2.4.4.gc54fd15+git20130706~precise.orig.tar.gz: done.  Uploading python-neutronclient_2.2.4.4.gc54fd15+git20130706~precise-0ubuntu1.debian.tar.gz: done.  Uploading python-neutronclient_2.2.4.4.gc54fd15+git20130706~precise-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-havana', 'python-neutronclient_2.2.4.4.gc54fd15+git20130706~precise-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/precise-havana/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/precise-havana/InRelease.new'INFO:root:Storing current commit for next build: 037497da521b5c1cf8cb53837f9af10eb755210eINFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/python-neutronclient/havana python-neutronclientdch -b -D precise --newversion 2:2.2.4.4.gc54fd15+git20130706~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -a [037497d] Allow tenant ID for authenticationdch -a [86a56d3] Don't convert httplib2 exceptions to status codesdch -a [4e3be8d] Renamed quantum to neutron in .gitreviewdch -a [93ac15b] Rename quantumclient to neutronclientdch -a [ca7fb4b] python3: Introduce py33 to tox.inidebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-neutronclient_2.2.4.4.gc54fd15+git20130706~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpUAgQr8/python-neutronclient/debian/controlsbuild -d precise-havana -n -A python-neutronclient_2.2.4.4.gc54fd15+git20130706~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana python-neutronclient_2.2.4.4.gc54fd15+git20130706~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-havana python-neutronclient_2.2.4.4.gc54fd15+git20130706~precise-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: saucy_havana_nova_trunk #404

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/404/Project:saucy_havana_nova_trunkDate of build:Thu, 11 Jul 2013 11:06:38 -0400Build duration:4 min 18 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesEnable core API-v3 to be optional when unit testingby maurosreditnova/api/openstack/__init__.pyConsole Output[...truncated 5068 lines...]dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [344849f] Sync db.models.Quota* with migrations.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [10db612] Allow scheduler manager NoValidHost exception to pass over RPCdch -a [7503798] Clean up scheduler testsdch -a [84b41d9] Remove junk file when ftp transfer failuredch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [8f64193] No support for double nested 64 bit guest using VCDriverdch -a [c43f515] Add tests for libvirt's reboot functionalitydch -a [2402055] Check the instance ID before creating itdch -a [e387e7b] Log xml in libvirt _create_domain failuresdch -a [645c2d3] Accept is_public=None when listing all flavorsdch -a [d925044] Don't deallocate network if destroy time outdch -a [eaf5011] Port server_diagnostics extension to v3 API Part1dch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [b45d5d6] Fix the ServerPasswordController class doc stringdch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdch -a [6515e01] Port cells extension to v3 API Part 1dch -a [73f7155] Organize limits units and per-units constantsdch -a [f683831] Port flavors core API to v3 treedch -a [90da2c6] Change resource links when url has no project iddch -a [cf472da] port agent API into v3 part1dch -a [39e8f5b] Cells: Add support for global cinderdch -a [614b209] Adds v3 API extension discovery filteringdch -a [6caadd1] Adds support for the Indigo Virtual Switch (IVS)debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (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-209b152b-5180-45b7-ad6f-05324b56b1e6', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error 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-209b152b-5180-45b7-ad6f-05324b56b1e6', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build 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 #163

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/163/Project:precise_havana_ceilometer_trunkDate of build:Thu, 11 Jul 2013 13:31:14 -0400Build duration:2 min 15 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix issue with pip installing oslo.config-1.2.0by julienedittox.inieditrequirements.txtConsole Output[...truncated 1023 lines...]dch -a [40bbcff] Imported Translations from Transifexdch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (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-799e919a-65ff-44dc-be76-a03aa52f8890', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error 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-799e919a-65ff-44dc-be76-a03aa52f8890', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build 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 #563

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/563/Project:precise_havana_nova_trunkDate of build:Thu, 11 Jul 2013 14:02:18 -0400Build duration:5 min 46 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMake compute_api.get() use objects nativelyby danmseditnova/tests/compute/test_compute.pyeditnova/tests/api/openstack/compute/test_server_metadata.pyeditnova/tests/api/openstack/compute/test_server_actions.pyeditnova/compute/api.pyeditnova/tests/api/openstack/compute/plugins/v3/test_servers.pyeditnova/tests/api/openstack/compute/plugins/v3/test_security_groups.pyeditnova/tests/api/openstack/compute/contrib/test_security_groups.pyeditnova/tests/api/openstack/compute/contrib/test_instance_actions.pyConsole Output[...truncated 4082 lines...]dch -a [ccf265c] Port consoles extension API into v3 part1dch -a [d9b6e31] Port scheduler hints extension to v3 API Part 1dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e002458] Port Simple_tenant_usage API to v3 Part 2dch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -INFO:root:Destroying schroot.y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (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-4fba3ede-3ec9-4a63-bf63-68e91ee1267e', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error 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-4fba3ede-3ec9-4a63-bf63-68e91ee1267e', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build 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_nova_trunk #405

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/405/Project:saucy_havana_nova_trunkDate of build:Thu, 11 Jul 2013 14:01:30 -0400Build duration:7 min 17 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMake compute_api.get() use objects nativelyby danmseditnova/tests/api/openstack/compute/test_server_actions.pyeditnova/tests/api/openstack/compute/test_server_metadata.pyeditnova/tests/api/openstack/compute/plugins/v3/test_servers.pyeditnova/tests/api/openstack/compute/contrib/test_instance_actions.pyeditnova/tests/api/openstack/compute/plugins/v3/test_security_groups.pyeditnova/tests/api/openstack/compute/contrib/test_security_groups.pyeditnova/tests/compute/test_compute.pyeditnova/compute/api.pyConsole Output[...truncated 5071 lines...]dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [344849f] Sync db.models.Quota* with migrations.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [10db612] Allow scheduler manager NoValidHost exception to pass over RPCdch -a [7503798] Clean up scheduler testsdch -a [84b41d9] Remove junk file when ftp transfer failuredch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [8f64193] No support for double nested 64 bit guest using VCDriverdch -a [c43f515] Add tests for libvirt's reboot functionalitydch -a [2402055] Check the instance ID before creating itdch -a [e387e7b] Log xml in libvirt _create_domain failuresdch -a [645c2d3] Accept is_public=None when listing all flavorsdch -a [d925044] Don't deallocate network if destroy time outdch -a [eaf5011] Port server_diagnostics extension to v3 API Part1dch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [b45d5d6] Fix the ServerPasswordController class doc stringdch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdch -a [6515e01] Port cells extension to v3 API Part 1dch -a [73f7155] Organize limits units and per-units constantsdch -a [f683831] Port flavors core API to v3 treedch -a [90da2c6] Change resource links when url has no project iddch -a [cf472da] port agent API into v3 part1dch -a [39e8f5b] Cells: Add support for global cinderdch -a [614b209] Adds v3 API extension discovery filteringdch -a [6caadd1] Adds support for the Indigo Virtual Switch (IVS)debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (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-131c04c8-9b77-41d4-965c-90fe8e7238b2', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error 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-131c04c8-9b77-41d4-965c-90fe8e7238b2', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build 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_ceilometer_trunk #146

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/146/Project:saucy_havana_ceilometer_trunkDate of build:Thu, 11 Jul 2013 14:31:26 -0400Build duration:3 min 10 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesTransformer to convert between units.by eglynnaddceilometer/transformer/conversions.pyedittests/test_pipeline.pyeditsetup.cfgConsole Output[...truncated 1708 lines...]dch -a [40bbcff] Imported Translations from Transifexdch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (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-a5e65d28-0e8a-49fd-93ba-d919c043a6a5', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error 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-a5e65d28-0e8a-49fd-93ba-d919c043a6a5', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build 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 #164

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/164/Project:precise_havana_ceilometer_trunkDate of build:Thu, 11 Jul 2013 14:32:18 -0400Build duration:1 min 56 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesTransformer to convert between units.by eglynneditsetup.cfgedittests/test_pipeline.pyaddceilometer/transformer/conversions.pyConsole Output[...truncated 1027 lines...]dch -a [40bbcff] Imported Translations from Transifexdch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (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-4bf1d3eb-3a0e-40ea-83b1-f01fb3672f8d', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error 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-4bf1d3eb-3a0e-40ea-83b1-f01fb3672f8d', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build 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_neutron_trunk #10

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/10/Project:saucy_havana_neutron_trunkDate of build:Thu, 11 Jul 2013 17:31:16 -0400Build duration:44 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesValidate dscp value less that 64by aroseneditneutron/plugins/nicira/extensions/nvp_qos.pyeditneutron/tests/unit/nicira/test_nicira_plugin.pyConsole Output[...truncated 1406 lines...]hard linking neutron/tests/var/ca.crt -> neutron-2013.2/neutron/tests/varhard linking neutron/tests/var/certificate.crt -> neutron-2013.2/neutron/tests/varhard linking neutron/tests/var/privatekey.key -> neutron-2013.2/neutron/tests/varhard linking quantum/__init__.py -> neutron-2013.2/quantumhard linking quantum/auth.py -> neutron-2013.2/quantumhard linking quantum/api/__init__.py -> neutron-2013.2/quantum/apihard linking tools/check_i18n.py -> neutron-2013.2/toolshard linking tools/check_i18n_test_case.txt -> neutron-2013.2/toolshard linking tools/clean.sh -> neutron-2013.2/toolshard linking tools/i18n_cfg.py -> neutron-2013.2/toolshard linking tools/install_venv.py -> neutron-2013.2/toolshard linking tools/install_venv_common.py -> neutron-2013.2/toolshard linking tools/patch_tox_venv.py -> neutron-2013.2/toolshard linking tools/with_venv.sh -> neutron-2013.2/toolscopying setup.cfg -> neutron-2013.2Writing neutron-2013.2/setup.cfgcreating distCreating tar archiveremoving 'neutron-2013.2' (and everything under it)DEBUG:root:Derived package version from tarball: 2013.2INFO:root:Building package using /tmp/tmpY0mqsi/neutron_2013.2+git201307111731~saucy.orig.tar.gzINFO:root:Branching packaging branch from lp:~ubuntu-server-dev/quantum/neutronDEBUG:root:['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~ubuntu-server-dev/quantum/neutron/".ERROR:root:Error occurred during package creation/build: Command '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' returned non-zero exit status 3ERROR:root:Command '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/quantum/neutron neutronTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' returned non-zero exit status 3Error 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 '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' returned non-zero exit status 3Build 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_keystone_trunk #152

2013-07-11 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_keystone_trunk #117

2013-07-11 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_nova_trunk #406

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/406/Project:saucy_havana_nova_trunkDate of build:Thu, 11 Jul 2013 18:31:32 -0400Build duration:4 min 52 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd unique constraint to ConsolePool.by vsergeyeveditnova/tests/db/test_migrations.pyeditnova/tests/db/test_db_api.pyaddnova/db/sqlalchemy/migrate_repo/versions/198_add_console_pools_uc.pyeditnova/db/sqlalchemy/models.pyeditnova/exception.pyeditnova/db/sqlalchemy/api.pyRevert Sync latest rpc changes from oslo-incubatorby markmceditnova/openstack/common/excutils.pyeditnova/openstack/common/rpc/impl_kombu.pyeditnova/openstack/common/rpc/amqp.pyeditnova/openstack/common/rpc/common.pyeditnova/openstack/common/rpc/impl_qpid.pyConsole Output[...truncated 5078 lines...]dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [344849f] Sync db.models.Quota* with migrations.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [10db612] Allow scheduler manager NoValidHost exception to pass over RPCdch -a [7503798] Clean up scheduler testsdch -a [84b41d9] Remove junk file when ftp transfer failuredch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [8f64193] No support for double nested 64 bit guest using VCDriverdch -a [c43f515] Add tests for libvirt's reboot functionalitydch -a [2402055] Check the instance ID before creating itdch -a [e387e7b] Log xml in libvirt _create_domain failuresdch -a [645c2d3] Accept is_public=None when listing all flavorsdch -a [d925044] Don't deallocate network if destroy time outdch -a [eaf5011] Port server_diagnostics extension to v3 API Part1dch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [b45d5d6] Fix the ServerPasswordController class doc stringdch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdch -a [6515e01] Port cells extension to v3 API Part 1dch -a [73f7155] Organize limits units and per-units constantsdch -a [f683831] Port flavors core API to v3 treedch -a [90da2c6] Change resource links when url has no project iddch -a [cf472da] port agent API into v3 part1dch -a [39e8f5b] Cells: Add support for global cinderdch -a [614b209] Adds v3 API extension discovery filteringdch -a [6caadd1] Adds support for the Indigo Virtual Switch (IVS)debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (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-018099bb-1e23-43ca-9a9d-2936342f5bef', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error 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-018099bb-1e23-43ca-9a9d-2936342f5bef', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build 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 #165

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/165/Project:precise_havana_ceilometer_trunkDate of build:Thu, 11 Jul 2013 19:01:21 -0400Build duration:1 min 16 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changespublisher.rpc: make per counter topic optionalby julienedittests/publisher/test_udp.pyeditceilometer/publisher/rpc.pyeditceilometer/publisher/__init__.pyedittests/publisher/test_rpc_publisher.pyImplement a basic alarm notification serviceby julieneditsetup.cfgaddceilometer/alarm/notifier/__init__.pyeditceilometer/alarm/service.pyaddceilometer/alarm/notifier/test.pyaddtests/alarm/test_notifier.pyaddceilometer/alarm/notifier/log.pyConsole Output[...truncated 1038 lines...]dch -a [40bbcff] Imported Translations from Transifexdch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (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-fc103936-977a-4576-8e3f-48acdbd06869', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error 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-fc103936-977a-4576-8e3f-48acdbd06869', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build 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_keystone_trunk #118

2013-07-11 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 #565

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/565/Project:precise_havana_nova_trunkDate of build:Thu, 11 Jul 2013 19:31:19 -0400Build duration:3 min 20 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMake sure periodic instance reclaims continues on errorby hanlindeditnova/compute/manager.pyeditnova/tests/compute/test_compute.pyUpdate v3 servers API with objects changesby cbehrenseditnova/tests/api/openstack/compute/plugins/v3/test_keypairs.pyeditnova/tests/api/openstack/compute/plugins/v3/test_extended_volumes.pyeditnova/api/openstack/compute/plugins/v3/servers.pyeditnova/tests/api/openstack/compute/plugins/v3/test_security_groups.pyeditnova/tests/api/openstack/compute/plugins/v3/test_extended_status.pyeditnova/tests/api/openstack/compute/plugins/v3/test_config_drive.pyeditnova/tests/api/openstack/compute/plugins/v3/test_servers.pyAdd _set_instance_obj_error_state() to compute managerby cbehrenseditnova/compute/manager.pyConsole Output[...truncated 4098 lines...]dch -a [d9b6e31] Port scheduler hints extension to v3 API Part 1dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e002458] Port Simple_tenant_usage API to v3 Part 2dch -a [b505388] Make sure periodic instance reclaims continues on errordch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a INFO:root:Destroying schroot.[5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (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-42f42b16-e21d-4fcf-ab6d-40a291a8e29d', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error 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-42f42b16-e21d-4fcf-ab6d-40a291a8e29d', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build 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_nova_trunk #407

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/407/Project:saucy_havana_nova_trunkDate of build:Thu, 11 Jul 2013 19:32:21 -0400Build duration:4 min 8 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMake sure periodic instance reclaims continues on errorby hanlindeditnova/compute/manager.pyeditnova/tests/compute/test_compute.pyUpdate v3 servers API with objects changesby cbehrenseditnova/tests/api/openstack/compute/plugins/v3/test_keypairs.pyeditnova/tests/api/openstack/compute/plugins/v3/test_extended_status.pyeditnova/tests/api/openstack/compute/plugins/v3/test_extended_volumes.pyeditnova/tests/api/openstack/compute/plugins/v3/test_config_drive.pyeditnova/tests/api/openstack/compute/plugins/v3/test_servers.pyeditnova/api/openstack/compute/plugins/v3/servers.pyeditnova/tests/api/openstack/compute/plugins/v3/test_security_groups.pyAdd _set_instance_obj_error_state() to compute managerby cbehrenseditnova/compute/manager.pyConsole Output[...truncated 5087 lines...]dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [344849f] Sync db.models.Quota* with migrations.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [10db612] Allow scheduler manager NoValidHost exception to pass over RPCdch -a [7503798] Clean up scheduler testsdch -a [84b41d9] Remove junk file when ftp transfer failuredch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [8f64193] No support for double nested 64 bit guest using VCDriverdch -a [c43f515] Add tests for libvirt's reboot functionalitydch -a [2402055] Check the instance ID before creating itdch -a [e387e7b] Log xml in libvirt _create_domain failuresdch -a [645c2d3] Accept is_public=None when listing all flavorsdch -a [d925044] Don't deallocate network if destroy time outdch -a [eaf5011] Port server_diagnostics extension to v3 API Part1dch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [b45d5d6] Fix the ServerPasswordController class doc stringdch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdch -a [6515e01] Port cells extension to v3 API Part 1dch -a [73f7155] Organize limits units and per-units constantsdch -a [f683831] Port flavors core API to v3 treedch -a [90da2c6] Change resource links when url has no project iddch -a [cf472da] port agent API into v3 part1dch -a [39e8f5b] Cells: Add support for global cinderdch -a [614b209] Adds v3 API extension discovery filteringdch -a [6caadd1] Adds support for the Indigo Virtual Switch (IVS)debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (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-873b3cbb-01a4-46f0-bda6-03ebab7ec258', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error 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-873b3cbb-01a4-46f0-bda6-03ebab7ec258', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build 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_neutron_trunk #11

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/11/Project:saucy_havana_neutron_trunkDate of build:Thu, 11 Jul 2013 20:01:22 -0400Build duration:42 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesBe compatible with oslo.config 1.2.0a3+by dirkeditneutron/plugins/cisco/common/config.pyConsole Output[...truncated 1406 lines...]hard linking neutron/tests/var/ca.crt -> neutron-2013.2/neutron/tests/varhard linking neutron/tests/var/certificate.crt -> neutron-2013.2/neutron/tests/varhard linking neutron/tests/var/privatekey.key -> neutron-2013.2/neutron/tests/varhard linking quantum/__init__.py -> neutron-2013.2/quantumhard linking quantum/auth.py -> neutron-2013.2/quantumhard linking quantum/api/__init__.py -> neutron-2013.2/quantum/apihard linking tools/check_i18n.py -> neutron-2013.2/toolshard linking tools/check_i18n_test_case.txt -> neutron-2013.2/toolshard linking tools/clean.sh -> neutron-2013.2/toolshard linking tools/i18n_cfg.py -> neutron-2013.2/toolshard linking tools/install_venv.py -> neutron-2013.2/toolshard linking tools/install_venv_common.py -> neutron-2013.2/toolshard linking tools/patch_tox_venv.py -> neutron-2013.2/toolshard linking tools/with_venv.sh -> neutron-2013.2/toolscopying setup.cfg -> neutron-2013.2Writing neutron-2013.2/setup.cfgcreating distCreating tar archiveremoving 'neutron-2013.2' (and everything under it)DEBUG:root:Derived package version from tarball: 2013.2INFO:root:Building package using /tmp/tmpRTmzfG/neutron_2013.2+git201307112001~saucy.orig.tar.gzINFO:root:Branching packaging branch from lp:~ubuntu-server-dev/quantum/neutronDEBUG:root:['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~ubuntu-server-dev/quantum/neutron/".ERROR:root:Error occurred during package creation/build: Command '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' returned non-zero exit status 3ERROR:root:Command '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/quantum/neutron neutronTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' returned non-zero exit status 3Error 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 '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' returned non-zero exit status 3Build 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_neutron_trunk #11

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_neutron_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_neutron_trunk/11/Project:precise_havana_neutron_trunkDate of build:Thu, 11 Jul 2013 20:01:22 -0400Build duration:1 min 14 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesBe compatible with oslo.config 1.2.0a3+by dirkeditneutron/plugins/cisco/common/config.pyConsole Output[...truncated 1567 lines...]uscan --verbose --force-download --rename --destdir=../build-areauscan: you must have the libwww-perl package installedto use this scriptBEGIN failed--compilation aborted at /usr/bin/uscan line 47.make: *** [get-orig-source] Error 2Trying to run get-orig-source rule failedUsing uscan to look for the upstream tarball.uscan: you must have the libwww-perl package installedto use this scriptBEGIN failed--compilation aborted at /usr/bin/uscan line 47.uscan could not find the needed tarball.bzr: ERROR: Unable to find the needed upstream tarball for package quantum, version 2013.2+git201307112001~precise.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-f742e106-bb03-4fe4-8cfa-c8fac223363b', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-f742e106-bb03-4fe4-8cfa-c8fac223363b', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/neutron/havana neutrondch -b -D precise --newversion 1:2013.2+git201307112001~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -a [f8e3a5e] Be compatible with oslo.config 1.2.0a3+dch -a [34798f3] Initial Modular L2 Mechanism Driver implementation.dch -a [b51738b] Validate dscp value less that 64dch -a [db91897] Add cover/ to .gitignoredch -a [40a5853] Allow gateway address to be unset for an existing subnetdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (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-f742e106-bb03-4fe4-8cfa-c8fac223363b', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error 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-f742e106-bb03-4fe4-8cfa-c8fac223363b', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build 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_keystone_trunk #154

2013-07-11 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_keystone_trunk #119

2013-07-11 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_keystone_trunk #155

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_keystone_trunk/155/Project:precise_havana_keystone_trunkDate of build:Thu, 11 Jul 2013 21:36:12 -0400Build duration:3 min 14 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSync install_venv_common from osloby mordrededittools/install_venv_common.pyConsole Output[...truncated 1008 lines...]dpkg-buildpackage: error: dpkg-source -b keystone-2013.2+git201307112136~precise gave error exit status 2debuild: fatal error at line 1350:dpkg-buildpackage -rfakeroot -d -us -uc -sa -S failedbzr: ERROR: The build failed.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-66f21d86-4106-4b65-94a1-0b037cf304e0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-66f21d86-4106-4b65-94a1-0b037cf304e0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/keystone/havana keystonedch -b -D precise --newversion 1:2013.2+git201307112136~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 4e3ab715d30e19f5e967b8de0200ab3e89a8465d..HEAD --no-merges --pretty=format:[%h] %sdch -a [7bfb052] Add crypto dependencydch -a [2397133] Move temporary test files into tests/tmpdch -a [cd8fa2b] Use InnoDB for MySQLdch -a [661cef9] Rationalize how we get roles after authentication in the controllersdch -a [fafdf07] assignment backenddch -a [83be2d7] Do not create LDAP Domains sub treedch -a [ab786f7] Move comments in front of dependenciesdch -a [f58f6ea] Remove context from get_token call in normalize_domain_iddch -a [22e3fb7] Fix issue with v3 tokens and group membership rolesdch -a [0098a1e] Sync install_venv_common from oslodch -a [adc75be] Remove a useless arg in range()dch -a [eb930fd] Add callbacks for set_global_enginedch -a [19fb6fc] Work without admin_token_auth middlewaredebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (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-66f21d86-4106-4b65-94a1-0b037cf304e0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error 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-66f21d86-4106-4b65-94a1-0b037cf304e0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build 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_keystone_trunk #120

2013-07-11 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 #566

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/566/Project:precise_havana_nova_trunkDate of build:Thu, 11 Jul 2013 22:01:37 -0400Build duration:4 min 38 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove doc references to distribute.by mordrededitdoc/source/devref/hooks.rsteditdoc/source/devref/development.environment.rstProperly pin pbr and d2to1 in setup.pyby mordrededitsetup.pyConsole Output[...truncated 4104 lines...]dch -a [d9b6e31] Port scheduler hints extension to v3 API Part 1dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e002458] Port Simple_tenant_usage API to v3 Part 2dch -a [b505388] Make sure periodic instance reclaims continues on errordch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5INFO:root:Destroying schroot.e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (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-c16f9966-a38d-46dd-8239-80a8caf1670c', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error 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-c16f9966-a38d-46dd-8239-80a8caf1670c', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build 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_nova_trunk #408

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/408/Project:saucy_havana_nova_trunkDate of build:Thu, 11 Jul 2013 22:01:38 -0400Build duration:5 min 6 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove doc references to distribute.by mordrededitdoc/source/devref/hooks.rsteditdoc/source/devref/development.environment.rstProperly pin pbr and d2to1 in setup.pyby mordrededitsetup.pyConsole Output[...truncated 5093 lines...]dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [344849f] Sync db.models.Quota* with migrations.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [10db612] Allow scheduler manager NoValidHost exception to pass over RPCdch -a [7503798] Clean up scheduler testsdch -a [84b41d9] Remove junk file when ftp transfer failuredch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [8f64193] No support for double nested 64 bit guest using VCDriverdch -a [c43f515] Add tests for libvirt's reboot functionalitydch -a [2402055] Check the instance ID before creating itdch -a [e387e7b] Log xml in libvirt _create_domain failuresdch -a [645c2d3] Accept is_public=None when listing all flavorsdch -a [d925044] Don't deallocate network if destroy time outdch -a [eaf5011] Port server_diagnostics extension to v3 API Part1dch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [b45d5d6] Fix the ServerPasswordController class doc stringdch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdch -a [6515e01] Port cells extension to v3 API Part 1dch -a [73f7155] Organize limits units and per-units constantsdch -a [f683831] Port flavors core API to v3 treedch -a [90da2c6] Change resource links when url has no project iddch -a [cf472da] port agent API into v3 part1dch -a [39e8f5b] Cells: Add support for global cinderdch -a [614b209] Adds v3 API extension discovery filteringdch -a [6caadd1] Adds support for the Indigo Virtual Switch (IVS)debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (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-cef34a8f-6c20-429f-93a1-24b3d354ef1d', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error 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-cef34a8f-6c20-429f-93a1-24b3d354ef1d', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build 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_neutron_trunk #12

2013-07-11 Thread openstack-testing-bot
Title: precise_havana_neutron_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_neutron_trunk/12/Project:precise_havana_neutron_trunkDate of build:Fri, 12 Jul 2013 01:01:15 -0400Build duration:1 min 15 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesQuiet down a large log file heavy hitter.by carl.baldwineditneutron/agent/securitygroups_rpc.pyConsole Output[...truncated 1567 lines...]uscan --verbose --force-download --rename --destdir=../build-areauscan: you must have the libwww-perl package installedto use this scriptBEGIN failed--compilation aborted at /usr/bin/uscan line 47.make: *** [get-orig-source] Error 2Trying to run get-orig-source rule failedUsing uscan to look for the upstream tarball.uscan: you must have the libwww-perl package installedto use this scriptBEGIN failed--compilation aborted at /usr/bin/uscan line 47.uscan could not find the needed tarball.bzr: ERROR: Unable to find the needed upstream tarball for package quantum, version 2013.2+git201307120101~precise.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-4aded6ed-2dbc-4f36-9aea-a3d3bd403ba0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-4aded6ed-2dbc-4f36-9aea-a3d3bd403ba0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/neutron/havana neutrondch -b -D precise --newversion 1:2013.2+git201307120101~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -a [79e4c3e] Quiet down a large log file heavy hitter.dch -a [f8e3a5e] Be compatible with oslo.config 1.2.0a3+dch -a [34798f3] Initial Modular L2 Mechanism Driver implementation.dch -a [b51738b] Validate dscp value less that 64dch -a [db91897] Add cover/ to .gitignoredebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (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-4aded6ed-2dbc-4f36-9aea-a3d3bd403ba0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error 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-4aded6ed-2dbc-4f36-9aea-a3d3bd403ba0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build 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_neutron_trunk #12

2013-07-11 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/12/Project:saucy_havana_neutron_trunkDate of build:Fri, 12 Jul 2013 01:01:15 -0400Build duration:48 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesQuiet down a large log file heavy hitter.by carl.baldwineditneutron/agent/securitygroups_rpc.pyConsole Output[...truncated 1406 lines...]hard linking neutron/tests/var/ca.crt -> neutron-2013.2/neutron/tests/varhard linking neutron/tests/var/certificate.crt -> neutron-2013.2/neutron/tests/varhard linking neutron/tests/var/privatekey.key -> neutron-2013.2/neutron/tests/varhard linking quantum/__init__.py -> neutron-2013.2/quantumhard linking quantum/auth.py -> neutron-2013.2/quantumhard linking quantum/api/__init__.py -> neutron-2013.2/quantum/apihard linking tools/check_i18n.py -> neutron-2013.2/toolshard linking tools/check_i18n_test_case.txt -> neutron-2013.2/toolshard linking tools/clean.sh -> neutron-2013.2/toolshard linking tools/i18n_cfg.py -> neutron-2013.2/toolshard linking tools/install_venv.py -> neutron-2013.2/toolshard linking tools/install_venv_common.py -> neutron-2013.2/toolshard linking tools/patch_tox_venv.py -> neutron-2013.2/toolshard linking tools/with_venv.sh -> neutron-2013.2/toolscopying setup.cfg -> neutron-2013.2Writing neutron-2013.2/setup.cfgcreating distCreating tar archiveremoving 'neutron-2013.2' (and everything under it)DEBUG:root:Derived package version from tarball: 2013.2INFO:root:Building package using /tmp/tmptKywZj/neutron_2013.2+git201307120101~saucy.orig.tar.gzINFO:root:Branching packaging branch from lp:~ubuntu-server-dev/quantum/neutronDEBUG:root:['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~ubuntu-server-dev/quantum/neutron/".ERROR:root:Error occurred during package creation/build: Command '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' returned non-zero exit status 3ERROR:root:Command '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/quantum/neutron neutronTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' returned non-zero exit status 3Error 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 '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' returned non-zero exit status 3Build 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