Re: [Openstack] Grizly - Quantum - Openvswitch : routeur and L3-agent

2013-05-16 Thread Robert van Leeuwen
I'm actually using centos 6.4 with openstack rdo repo I'd like to use quantum with openvswitch in a GRE tunnel setup. We are using the same thing. Good news: it works :) Note that the openvswitch included in Centos 6.4 does not support GRE. You will need to build your own openvswitch kernel

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

2013-05-16 Thread Devendra Gupta
Thanks! Phil. Yes, It's a test environment. Actually I wanted to walk through the installation steps to gain understanding of the setup. I have already tried running DevStack on Ubuntu VM using VirtualBox. Though my purpose is to go through installing all OpenStack components manually (without

Re: [Openstack] [Openstack-translation] Import professional translations

2013-05-16 Thread Stephane EVEILLARD
Hi I believe option #1 is the best option, as already said No contribution, especially from professionnal translatord can be ignored Regards Stephane 2013/5/15 Ying Chun Guo guoyi...@cn.ibm.com Hi, My company, IBM, has finished the translation of messages in Nova, Glance, Keystone,

[Openstack] [OSSA 2013-012] Nova fails to verify image virtual size (CVE-2013-2096)

2013-05-16 Thread Michael Still
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OpenStack Security Advisory: 2013-012 CVE: CVE-2013-2096 Date: May 16, 2013 Title: Nova fails to verify image virtual size Reporter: Loganathan Parthipan Products: Nova Affects: All versions Description: Loganathan Parthipan publicly reported a

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

2013-05-16 Thread Daniel
I've found a similar error in the bug database, but it's not keystone-related. The only environment variables I have are : - OS_SERVICE_ENDPOINT=http://10.101.149.22:35357/v2.0 - OS_SERVICE_TOKEN=e004f43a48034a11 I initially thought it might be related to the kickstart template I am

Re: [Openstack] Vmware running images

2013-05-16 Thread Marcos Antônio Cavenaghi
You have to pick up the image.vmdk file and add it using glance. The syntax here depends on the version (essex, folsom, ...) you are using. glance add name=My VMware Image is_public=true container_format=bare disk_format=vmdk My_VMware_Image.vmdk If you have more than one vmdk file (the image

[Openstack] Metrics from Ceilometer

2013-05-16 Thread Rima Grati
Hello, Please i need to know which kind of metric Ceilometer can extract (it can extract the bandwith, the uptime of a system.) Thank you ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

Re: [Openstack] Vmware running images

2013-05-16 Thread Shawn Hartsock
So, a couple of points: * when OpenStack manages a VM it does so, cradle to grave * it sounds like you want to manage existing vSphere inventory and that's not a supported use case remember: cradle-to-grave in one stack or the other. * at the moment sharing part of your

Re: [Openstack] Vmware running images

2013-05-16 Thread Anne Gentle
On Thu, May 16, 2013 at 9:02 AM, Shawn Hartsock hartso...@vmware.comwrote: So, a couple of points: - when OpenStack manages a VM it does so, cradle to grave - it sounds like you want to manage existing vSphere inventory and that's not a supported use case remember:

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

2013-05-16 Thread Daniel
Here's a little update. I've installed an Ubuntu 13.04, and just set up keystone with the exact same procedure : it works just fine. I'm suspecting a bug in the currently available keystone version on RedHat's Openstack repo. Regards, Daniel Le 16.05.2013 13:46, Daniel a écrit : I've

Re: [Openstack] Metrics from Ceilometer

2013-05-16 Thread Fei Long Wang
Hi Rima, Please refer this link: http://docs.openstack.org/developer/ceilometer/measurements.html Thanks Best regards, Fei Long Wang (王飞龙) -- Scrum Master, Cloud Solutions and OpenStack Development Tel: 8610-82450513 | T/L: 905-0513 Email:

[Openstack] [OpenStack] [Glance] Reuse the image id when recreate an image in Glance which had been deleted

2013-05-16 Thread Fei Long Wang
Hi stackers, Now I'm running into an issue about reusing image id in Glance. Based on current design, the image id can be specified during create image by end user. But now there is a problem, which is tracked by defect https://bugs.launchpad.net/glance/+bug/1176978. In summary, if user want to

[Openstack] Folsom - Quantum - Tenant networks have no isolation feature with OpenvSwitch Plugin in GRE mode or VLAN mode

2013-05-16 Thread 李建樺
Hello, I have a problem using Quantum OpenvSwitch plugin. I can't figure out why the tenant networks have no isolation feature with GRE mode or VLAN mode. I can ping from VMs in tenant network A to VMs in tenant network B (there are no virtual router connection). There is my environment

[Openstack] How add an iScsi Storage with devstack

2013-05-16 Thread Alexandre De Carvalho
Hi ! I would like to know how to add an iscsi storage for my instances. I used devstack to install openstack. I think i need to modify my localrc in my controller node but what ! i don't know. Can you help me, please ? If you have some documents or a localrc conf it would be nice. Thanks ! --

[Openstack] network issues within the machines

2013-05-16 Thread Remo Mattei
Hello everyone, I have checked on Mr. Google but the only thing I found was to add allow_same_net_traffic True and now I can ping between the two hosts, however if I try to ping from the router I get not response from the machine. example: sudo ip netns exec

Re: [Openstack] How add an iScsi Storage with devstack

2013-05-16 Thread John Griffith
On Thu, May 16, 2013 at 9:12 AM, Alexandre De Carvalho alexandre7.decarva...@gmail.com wrote: Hi ! I would like to know how to add an iscsi storage for my instances. I used devstack to install openstack. I think i need to modify my localrc in my controller node but what ! i don't know.

Re: [Openstack] AuthN/AuthZ

2013-05-16 Thread Aaron Knister
Thanks Adam. I was able to get that far after a *lot* of headache. AD's typical schema doesn't map to what OpenStack is expecting, particularly as far as the domain_id attribute is concerned. When running Keystone under Apache HTTPD how does one use horizon? On Wed, May 15, 2013 at 3:57 PM,

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

2013-05-16 Thread Ruslan Kiianchuk
Thank you for the help! There were issues with versioning (I have to run Ceilometer with Folsom OpenStack version) so few lines of code had to be changed for successful porting. Now everything works. Yet, another question arose, weather I can ignore some events from the RPC bus in

[Openstack] [Nova] nova resize-confirm - error 400

2013-05-16 Thread Bruno Oliveira
Hello guys, Has anyone ever had issues while doing a nova resize, confirm ? I noticed I'm being able to do the resize, the hypervisor (hyper-v) is indeed upgrading the cpu, ram and disk setting according to the flavor I'm setting in nova resize. but then, it gets stuck in the VERIFY_RESIZE

[Openstack] Project wrap-up videos from Portland

2013-05-16 Thread Eric Windisch
Forwarded message: From: Russell Bryant rbry...@redhat.com As for those that would normally lurk in the back of the room, if they can be there, great. If not, it's not the end of the world. There should not be anything that is *exclusively* discussed and decided at the design summit. Things

Re: [Openstack] Project wrap-up videos from Portland

2013-05-16 Thread Fei Long Wang
Hi Eric, Are you looking for this? https://www.openstack.org/summit/portland-2013/session-videos/ Thanks Best regards, Fei Long Wang (王飞龙) -- Scrum Master, Cloud Solutions and OpenStack Development Tel: 8610-82450513 | T/L: 905-0513 Email:

[Openstack] Use IOMMU even when not doing device pass-through?

2013-05-16 Thread Blair Bethwaite
Hi all, We're running a KVM based OpenStack cloud. I recently realised we don't have the IOMMU turned on in our hypervisors. All indications I know about and can find suggest it's only really useful if you want guests accessing host devices directly, e.g., PCI pass-through. But I wonder if there

Re: [Openstack] Use IOMMU even when not doing device pass-through?

2013-05-16 Thread Matthew Thode
On 05/16/13 22:43, Blair Bethwaite wrote: Hi all, We're running a KVM based OpenStack cloud. I recently realised we don't have the IOMMU turned on in our hypervisors. All indications I know about and can find suggest it's only really useful if you want guests accessing host devices

[Openstack] [Nova] Review Request - Metadata transfer between image, volume and instance

2013-05-16 Thread Macdonald-Wallace, Matthew
Hi all, I've submitted https://review.openstack.org/#/c/28969/ to fix https://bugs.launchpad.net/nova/+bug/1175571 that deals with the issue of metadata that has been passed from glance to cinder not being passed on to Nova when booting from a volume. Kevin L. Mitchell has kindly taken a look

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

2013-05-16 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/122/Project:precise_havana_quantum_trunkDate of build:Thu, 16 May 2013 03:00:23 -0400Build duration:3 min 35 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_python-ceilometerclient_trunk #12

2013-05-16 Thread openstack-testing-bot
at 20130516-0432Build needed 00:00:58, 1324k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root:['dput

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

2013-05-16 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/123/Project:precise_havana_quantum_trunkDate of build:Thu, 16 May 2013 05:30:22 -0400Build duration:5 min 8 secBuild cause:Started by an SCM changeBuilt

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

2013-05-16 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/167/Project:precise_havana_nova_trunkDate of build:Thu, 16 May 2013 11:00:23 -0400Build duration:4 min 9 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_python-swiftclient_trunk #9

2013-05-16 Thread openstack-testing-bot
Title: precise_havana_python-swiftclient_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_python-swiftclient_trunk/9/Project:precise_havana_python-swiftclient_trunkDate of build:Thu, 16 May 2013 12:00:23 -0400Build duration:2 min 17 secBuild

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_ceilometer_trunk #155

2013-05-16 Thread openstack-testing-bot
Title: precise_grizzly_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_ceilometer_trunk/155/Project:precise_grizzly_ceilometer_trunkDate of build:Thu, 16 May 2013 12:01:24 -0400Build duration:1 min 59 secBuild cause:Started by an SCM

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_ceilometer_trunk #155

2013-05-16 Thread openstack-testing-bot
Title: raring_grizzly_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_ceilometer_trunk/155/Project:raring_grizzly_ceilometer_trunkDate of build:Thu, 16 May 2013 12:00:23 -0400Build duration:3 min 32 secBuild cause:Started by an SCM

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

2013-05-16 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/124/Project:precise_havana_quantum_trunkDate of build:Thu, 16 May 2013 13:00:22 -0400Build duration:3 min 19 secBuild cause:Started by an SCM changeBuilt

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

2013-05-16 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/88/Project:saucy_havana_nova_trunkDate of build:Thu, 16 May 2013 14:31:23 -0400Build duration:3 min 23 secBuild cause:Started by an SCM changeBuilt

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

2013-05-16 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/168/Project:precise_havana_nova_trunkDate of build:Thu, 16 May 2013 14:30:26 -0400Build duration:4 min 28 secBuild cause:Started by an SCM changeBuilt

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

2013-05-16 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/169/Project:precise_havana_nova_trunkDate of build:Thu, 16 May 2013 17:30:27 -0400Build duration:5 min 9 secBuild cause:Started by an SCM changeBuilt

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

2013-05-16 Thread openstack-testing-bot
Title: precise_havana_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/170/Project:precise_havana_nova_trunkDate of build:Thu, 16 May 2013 18:30:26 -0400Build duration:4 min 35 secBuild cause:Started by an SCM changeBuilt

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

2013-05-16 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/37/Project:precise_havana_horizon_trunkDate of build:Thu, 16 May 2013 18:30:23 -0400Build duration:4 min 46 secBuild cause:Started by an SCM changeBuilt

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

2013-05-16 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/18/Project:saucy_havana_horizon_trunkDate of build:Thu, 16 May 2013 18:30:24 -0400Build duration:4 min 49 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-keystoneclient_trunk #10

2013-05-16 Thread openstack-testing-bot
at 20130516

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

2013-05-16 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 :

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

2013-05-16 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/45/Project:saucy_havana_ceilometer_trunkDate of build:Fri, 17 May 2013 01:01:32 -0400Build duration:3 min 3 secBuild cause:Started by an SCM changeBuilt