[Openstack] How to download image to volume

2014-08-21 Thread ZHOU TAO A
Hi All, I know cinder has a subcommand upload-to-image, which can upload volume to image service, while I want to do the opposite--download image to volume without recreating the volume. anyone knows how to do that? Thanks ___ Mailing list: http:/

[Openstack] Ceilometer - 2014.1.1 issues

2014-08-21 Thread David Hill
Hi guys, I'm trying to get ceilometer to collect the information sent from the compute nodes and when the collector receives the message, it does a stack trace and the message is lost. Has anybody encountered this issue? I'm pretty sure the connection to mondogb is established at some poin

Re: [Openstack] Ceilometer - 2014.1.1 issues

2014-08-21 Thread David Hill
Hi guys, Finally, took me the night figuring out I had a < stevedore-0.8 > floating around in /usr/lib/python2.6/site-packages ... I deleted the folder as it wasn't contained by any rpms and once I restarted the collector, the meter and resources were properly handled. Dave From: David

[Openstack] [Ceilometer/Heat] correct format of webhook for alarm-action

2014-08-21 Thread Duan, Li-Gong (Gary@HPServers-Core-OE-PSC)
Hi Folks, For the "ceilometer alarm-threshold-create" cmd, what is the correct format of the webhook URL for alarm action, if I want to trigger a template in Heat to be executed once this alarm is notified? Are there any example of invoking heat template? - --alarm-

Re: [Openstack] New OpenStack Icehouse Installation Guide (Two-node architecture with legacy networking)

2014-08-21 Thread Chaima Ghribi
Hi Andreas, Ok. With pleasure! Best regards, Chaima 2014-08-20 15:32 GMT+02:00 Andreas Jaeger : > On 08/20/2014 03:17 PM, Chaima Ghribi wrote: > > Hi all, > > > > > > I want to share with you our new OpenStack Icehouse Installation Guide! > > > > Unlike our previous guide, in which we conside

[Openstack] 'allow_same_net_traffic=True' seems to have no effect

2014-08-21 Thread Daniel Petersen
Greetings, **brief** two instances X and Y are members of security group A. Despite the following explicit setting in nova.conf: allow_same_net_traffic=True ...the instances are only allowed to communicate according to the rules defined in security group A. **detail** I first noticed this at

[Openstack] [OSSA 2014-028] Glance store DoS through disk space exhaustion (CVE-2014-5356)

2014-08-21 Thread Tristan Cacqueray
OpenStack Security Advisory: 2014-028 CVE: CVE-2014-5356 Date: August 21, 2014 Title: Glance store DoS through disk space exhaustion Reporter: Thomas Leaman (HP), Stuart McLaren (HP) Products: Glance Versions: up to 2013.2.3 and 2014.1 versions up to 2014.1.2 Description: Thomas Leaman and Stuart

[Openstack] [Murano] Screencasts series: Composing Murano Application Package

2014-08-21 Thread Ekaterina Chernova
Hi all! I'd like to inform you, that new Murano screencast [1] has been released! It's about application package structure and it will tell you how to compose application package. Try to create your own application and deploy it in openstack with one click! Waiting

[Openstack] [Trove] `trove list` results in ERROR: Unauthorized (HTTP 401)

2014-08-21 Thread Benjamin Lipp
Dear all, I run the stable branch of OpenStack Icehouse on Scientific Linux 6, installed with Packstack, with Trove release 2014.2.b2 and python-troveclient 1.0.5 (newest release/tag for both of them). My problem: if as OpenStack user `admin`, that means, with sourced `keystonerc_admin`, I run `t

[Openstack] [Zuul] Understanding dequeue-on-new-patchset

2014-08-21 Thread trinath.soman...@freescale.com
Hi- I configured Zuul with paramater, 'dequeue-on-new-patchset: true'. With this, for a change, if multiple patchsets are in queue, only the latest must be taken and rest all to be ignored. But I noticed that every patchset is going to zuul-merger to Geraman and to Jenkins finally. Is there a

Re: [Openstack] How to download image to volume

2014-08-21 Thread Ryan Lucio
Hi - >From the command line, you can supply an image id along with the cinder create >command to create a volume from a image storage in glance. eg, cinder create --image-id 25d00ddb-203a-4d50-93e3-103ab05bfbcd .. Just be sure that your volume is big enough to hold the image! For more opti

Re: [Openstack] [OpenStack-Infra] [Zuul] Understanding dequeue-on-new-patchset

2014-08-21 Thread James E. Blair
"trinath.soman...@freescale.com" writes: > Hi- > > I configured Zuul with paramater, 'dequeue-on-new-patchset: true'. > > With this, for a change, if multiple patchsets are in queue, only the latest > must be taken and rest all to be ignored. > > But I noticed that every patchset is going to zuu

Re: [Openstack] [OpenStack-Infra] [Zuul] Understanding dequeue-on-new-patchset

2014-08-21 Thread Jeremy Stanley
On 2014-08-21 15:11:13 -0700 (-0700), James E. Blair wrote: [...] > Strictly speaking, that will mean that every patchset will go through > the merger and Jenkins. But if testing for a patchset is in progress > when a new patchset is uploaded, the tests will abort. [...] One corner case I think w

Re: [Openstack] [OpenStack-Infra] [Zuul] Understanding dequeue-on-new-patchset

2014-08-21 Thread James E. Blair
Jeremy Stanley writes: > On 2014-08-21 15:11:13 -0700 (-0700), James E. Blair wrote: > [...] >> Strictly speaking, that will mean that every patchset will go through >> the merger and Jenkins. But if testing for a patchset is in progress >> when a new patchset is uploaded, the tests will abort.

Re: [Openstack] [OpenStack-Infra] [Zuul] Understanding dequeue-on-new-patchset

2014-08-21 Thread Jeremy Stanley
On 2014-08-21 16:17:05 -0700 (-0700), James E. Blair wrote: > Jobs in the Gearman queue are definitely supposed to be canceled; if > not, that's a bug (and not a known one). It's not behavior I'd seen since some time last year, and while I remember it was fairly non-obvious when we spotted it I do

Re: [Openstack] How to download image to volume

2014-08-21 Thread ZHOU TAO A
That will create a new volume. I need to download a image to an existing volume. I have achieved that by copying the image to cinder host and use qemu-img to write it to the volume. Thanks On 08/22/2014 02:42 AM, Ryan Lucio wrote: Hi - From the command line, you can supply an image id along