[Openstack] How to hot-plug network interface for a running instance

2013-04-22 Thread 陈雷
Hi, All I'm testing hot-plug network interface, I can successfully hot-add an interface to a running instance by using command 'nova interface-attach --net-id xx instance_name', but the network of the interface must has been specified to instance when you create it. For a new network, I

Re: [Openstack] Glance question

2013-04-22 Thread JuanFra Rodriguez Cardoso
Hi: From openstack docs: The Nova API code has been written as a Web Server Gateway Interface (WSGI), is basically a specification for running Python code from web or application servers. Nova/Glance/Keystone make use of the paste deploy system in Python. Paste Deployment is a system for finding

[Openstack] Documentations for installing Grizzly release on CentOS/RedHat

2013-04-22 Thread Ashutosh Narayan
Hi Folks, I want to install Grizzly release of OpenStack on CentOS 6.3 I am unable to source out any documentations pertaining to it. The OpenStack documentation home page has the one for Folsom release. Can someone point me to a step by step documentation for the same ? Thank you, -- Ashutosh

Re: [Openstack] Documentations for installing Grizzly release on CentOS/RedHat

2013-04-22 Thread Shake Chen
http://openstack.redhat.com/Quickstart On Mon, Apr 22, 2013 at 4:49 PM, Ashutosh Narayan aashutoshnara...@gmail.com wrote: Hi Folks, I want to install Grizzly release of OpenStack on CentOS 6.3 I am unable to source out any documentations pertaining to it. The OpenStack documentation home

Re: [Openstack] [quantum][folsom] error with dhcp agent

2013-04-22 Thread Syed Armani
Hi Gary, # cat openvswitch-agent.log 2013-04-11 12:53:22 INFO [quantum.common.config] Logging enabled! 2013-04-11 12:53:22 INFO [quantum.plugins.openvswitch.agent.ovs_quantum_agent] Bridge mappings: {} 2013-04-11 12:53:22ERROR [quantum.agent.linux.ovs_lib] Unable to execute

Re: [Openstack] Documentations for installing Grizzly release on CentOS/RedHat

2013-04-22 Thread Matthias Runge
On 04/22/2013 10:49 AM, Ashutosh Narayan wrote: Hi Folks, I want to install Grizzly release of OpenStack on CentOS 6.3 I am unable to source out any documentations pertaining to it. The OpenStack documentation home page has the one for Folsom release. Can someone point me to a step by step

Re: [Openstack] Documentations for installing Grizzly release on CentOS/RedHat

2013-04-22 Thread Ashutosh Narayan
Yes, I am following the same link. Thank you, On Mon, Apr 22, 2013 at 2:31 PM, Matthias Runge mru...@redhat.com wrote: On 04/22/2013 10:49 AM, Ashutosh Narayan wrote: Hi Folks, I want to install Grizzly release of OpenStack on CentOS 6.3 I am unable to source out any documentations

[Openstack] Does OpenStack Folsom support OCCI ?

2013-04-22 Thread Giuseppe La Rocca
Dear All, I've successfully installed OpenStack for CentOS 6.3 (Folsom) and now I was trying to add the OCCI support since we want to implement some APIs for testing the interoperability with other cloud solutions. I was following the instructions reported in this link:

Re: [Openstack] Patch not applied to grizzly?

2013-04-22 Thread Thierry Carrez
Dennis Jacobfeuerborn wrote: I just deployed my first openstack controller using the puppet modules from stackforge and the grizzly packages from RDO and it seems there is a problem that apparently has been fixed but that fix didn't make it into grizzly. Since this is a controller node

Re: [Openstack] [openstack-community] Q: Red Hat OpenStack Cloud Infrastructure Partner n

2013-04-22 Thread Frans Thamura
i think sponsor openstack and certification are different case should a product that run on openstack, pass RH OS again, or vice versa? F -- Frans Thamura (曽志胜) Shadow Master and Lead Investor Meruvian. Integrated Hypermedia Java Solution Provider. Mobile: +628557888699 Blog:

[Openstack] Renting Datacenter Space

2013-04-22 Thread Chris Bartels
Hi, I'm new here- been lurking for awhile, this is my first message to the list. I have just recently started tinkering with OpenStack after discovering it recently. I started with virtualization using ProxmoxVE for Windows desktop hosting back in 2009-2010. I'm interested in launching a

Re: [Openstack] [OpenStack Foundation] how can i

2013-04-22 Thread Stefano Maffulli
[moving the request to the General Mailing List -please subscribe to it; instructions on https://wiki.openstack.org/wiki/MailingLists] On Mon 22 Apr 2013 06:55:16 AM PDT, Kabiraj Gaire wrote: Hi there, I am a newbie in Cloud but once i started doing research in cloud for my graduate diploma

Re: [Openstack] Renting Datacenter Space

2013-04-22 Thread Jeremy Stanley
On 2013-04-22 09:34:58 -0400 (-0400), Chris Bartels wrote: [...] Someone told me in IRC that some Datacenters are willing to rent rack space to small businesses who need the use of redundant infrastructure to run their operations was wondering if anyone on the list here would be able to point

Re: [Openstack] Accessing object data and metadata in Swift middleware

2013-04-22 Thread David Goetz
There are examples in swift.common.middleware of doing this. If you want to try changing the metadata on the way out you can look at: https://github.com/openstack/swift/blob/master/swift/common/middleware/staticweb.py#L367-L384 it makes use of the WSGIContext class which allows you to make a

[Openstack] Grizzly: Metadata with Quantum Single Flat

2013-04-22 Thread Martinx - ジェームズ
Guys, I'm trying to enable the metadata but, I doesn't work... At first, the quantum-l3-agent wasn't installed, because I'm running Quantum Single Flat, like this: keystone tenant-list # To note the admin tenant id. quantum net-create --tenant-id $ADMIN_TENTANT_ID sharednet1 --shared

[Openstack] Please everybody read this email !!! got a question from everybody in community?

2013-04-22 Thread beh zad
Dear OpenStack community member, My name is Behzad and I am working on project evaluating OpenSatck for my thesis? I Would really appreciate if you could write to me couple of lines about your general experience with OpenStack. Feel free write about any thing good and bad points. I would love if

Re: [Openstack] [OpenStack Foundation] how can i

2013-04-22 Thread Stefano Maffulli
On 04/22/2013 08:17 AM, Stefano Maffulli wrote: [moving the request to the General Mailing List -please subscribe to it; instructions on https://wiki.openstack.org/wiki/MailingLists] On Mon 22 Apr 2013 06:55:16 AM PDT, Kabiraj Gaire wrote: Hi there, I am a newbie in Cloud but once i started

Re: [Openstack] How to hot-plug network interface for a running instance

2013-04-22 Thread Aaron Rosen
Hi, I tested this as well and was also able to reproduce the same issue. I filed a bug here: https://bugs.launchpad.net/nova/+bug/1171636 Thanks, Aaron On Sun, Apr 21, 2013 at 11:00 PM, 陈雷 raid.c...@gmail.com wrote: Hi, All I'm testing hot-plug network interface, I can successfully

Re: [Openstack] Multinode setup?

2013-04-22 Thread Dmitry Makovey
Thanks for reply, 1. checked DB and have mysql:cinder:services listing both cinder hosts running cinder-volume, cinder-api and cinder-scheduler. I think I should be running cinder-volume only but that doesn't work either. I tried running : nodeA: cinder-{api,volume,sheduler}, keystone,nova*

Re: [Openstack] Multinode setup?

2013-04-22 Thread Dmitry Makovey
BTW - I did add  iscsi_ip_prefix= 1.1.1.{2,3} iscsi_ip_address= 1.1.1.{2,3} in /etc/cinder/cinder.conf on both nodes (nodeA:1.1.1.2, nodeB:1.1.1.3) as per  https://lists.launchpad.net/openstack/msg21825.html . If I am to believe that post my setup should just work at this point. Could it be

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-22 Thread Martinx - ジェームズ
That is precisely what I'm trying to figure out! How to setup metadata without L3 using Quantum Single Flat. I can't find any document about this. Plus, to make things worse, the package quantum-metadata-agent *DOES NOT DEPENDS* on quantum-l3-agent. BTW, I'm sure that with my guide, I'll be

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #989

2013-04-22 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/989/Project:raring_grizzly_nova_trunkDate of build:Mon, 22 Apr 2013 11:25:45 -0400Build duration:56 secBuild cause:Started by user James PageBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #990

2013-04-22 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/990/Project:raring_grizzly_nova_trunkDate of build:Mon, 22 Apr 2013 13:09:46 -0400Build duration:38 secBuild cause:Started by user Adam GandelmanBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_nova_trunk #991

2013-04-22 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/991/Project:raring_grizzly_nova_trunkDate of build:Mon, 22 Apr 2013 13:22:57 -0400Build duration:12 minBuild cause:Started by user Adam GandelmanBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: precise_havana_glance_trunk #21

2013-04-22 Thread openstack-testing-bot
at 20130422-1734Build needed

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

2013-04-22 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/26/Project:precise_havana_cinder_trunkDate of build:Mon, 22 Apr 2013 18:01:36 -0400Build duration:1 min 19 secBuild cause:Started by an SCM changeBuilt

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

2013-04-22 Thread openstack-testing-bot
at 20130422

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

2013-04-22 Thread openstack-testing-bot
Title: precise_havana_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_keystone_trunk/25/Project:precise_havana_keystone_trunkDate of build:Mon, 22 Apr 2013 19:01:36 -0400Build duration:2 min 38 secBuild cause:Started by an SCM changeBuilt

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

2013-04-22 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/50/Project:precise_havana_quantum_trunkDate of build:Mon, 22 Apr 2013 21:31:36 -0400Build duration:1 min 55 secBuild cause:Started by an SCM changeBuilt

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

2013-04-22 Thread openstack-testing-bot
Title: precise_havana_keystone_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_keystone_trunk/26/Project:precise_havana_keystone_trunkDate of build:Tue, 23 Apr 2013 00:01:37 -0400Build duration:2 min 9 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #14383

2013-04-22 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/14383/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Jenkins build is back to normal : cloud-archive_folsom_version-drift #14384

2013-04-22 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/14384/ -- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net Unsubscribe :