[Openstack] how to re-attach volume after vm and host down unexpectedly

2011-12-27 Thread DeadSun
I have write a blog about re-attach http://livemoon.dyndns.org/life/2011/12/how-to-re-attach-volume-in-openstack-if-vm-down-since-of-host-down.html I think my way is stupid . Better way should exists. The case is: The vm using volume, and then host where vm is runnning down because some reason. A

Re: [Openstack] Gerrit Workflow Changes

2011-12-27 Thread James E. Blair
cor...@inaugust.com (James E. Blair) writes: > Hi, > > Monty and I have been working on a solution to a number of problems > and suggested enhancements to Gerrit. In short, we're planning on > adding a new review type to Gerrit so that a core reviewer can > specifically mark a review as "Approved

[Openstack] swift enforcing ssl?

2011-12-27 Thread andi abes
Does the swift proxy enforce SSL connections if it's configured with a cert/key file? Or is it assumed that there's an external entity performing that? ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscr

[Openstack] AllocateAddress Taking Forever

2011-12-27 Thread Graham Hemingway
A user is getting odd behavior with his new image. He creates an instance and then tries to allocate a public IP address for the instance - all done via boto. He is seeing the call to AllocateAddress take up to 3 minutes to return an address to him. I can not figure out what is causing my Dia

Re: [Openstack] Configure Rate limits on OS API

2011-12-27 Thread Nirmal Ranganathan
You can configure those values thru the paste conf. [filter:ratelimit] paste.filter_factory = nova.api.openstack.limits:RateLimitingMiddleware.factory limits =("POST", "*", ".*", 10, MINUTE);("POST", "*/servers", "^/servers", 50, DAY);("PUT", "*", ".*", 10, MINUTE);("GET", "*changes-since*", ".*ch

Re: [Openstack] Multinode installation (with devstack on the master)

2011-12-27 Thread Jesse Andrews
Devstack isn't for production. I recommend using packages (even if they are your own). repeat: WHAT FOLLOWS IS NOT FOR PRODUCTION! If you are just experimenting with a multi-node dev deploy - you can set a few options in your nova.conf: --sql_connection=mysql://$MYSQL_USER:$PASS@$MASTER_IP/nova

Re: [Openstack] Compute API Versioning

2011-12-27 Thread Kevin L. Mitchell
On Wed, 2011-12-21 at 11:41 -0600, Bryan Taylor wrote: > > I would suggest taking at least learning something from libtool. libtool > > does this stuff really well if you pay attention to the rules. They are > > as follows: > Libtool is not a web service API. I don't see the analogy here. It's a

Re: [Openstack] Multinode installation (with devstack on the master)

2011-12-27 Thread Kiall Mac Innes
It sounds like you are trying to use devstack for a production install, this is not recommended. As the name implies, "devstack" is for a development rather than production install of OpenStack.. You would be better off using either the native Ubuntu packages (unless you plan on using keystone or

Re: [Openstack] quantum error (essex-2)

2011-12-27 Thread Jay Pipes
2011/12/21 darkfower : > hi, bard: > >    no , i exec quantum-server of the quantum-e2 version, but i see quantum > is stable/diablo in the horizon/openstack-dashboard/tools/src/quantum. > >   why ? Because interdependencies between projects is HARD :) Basically, Horizon is choosing to code its in

Re: [Openstack] dashboard image page throws 500 page

2011-12-27 Thread Jay Pipes
Hi! Please log potential bugs to the appropriate project on Launchpad. In this case, the project is Horizone (the Dashboard): https://bugs.launchpad.net/horizon/+filebug Cheers! -jay 2011/12/20 シ傻そ銘..(.。o 0 O泡泡) <501640...@qq.com>: > dashboard image page throws 500 page > when I go into page ht

Re: [Openstack] Automatically confirmed after 24 hours on Resize API

2011-12-27 Thread Jorge Williams
I'm with Waldon on this. This is a spec...the implementation hasnt caught up. Sent from my Motorola Smartphone on the Now Network from Sprint! -Original message- From: Brian Waldon To: Anne Gentle Cc: "openstack@lists.launchpad.net" Sent: Tue, Dec 27, 2011 10:20:30 CST Subject: Re:

Re: [Openstack] Automatically confirmed after 24 hours on Resize API

2011-12-27 Thread Brian Waldon
I'm more inclined to not call this a doc bug. There isn't anything wrong with the docs, we just have an incomplete implementation. Brian On Dec 27, 2011, at 11:10 AM, Anne Gentle wrote: > Let's call it a doc bug - although that doc is a spec to indicate how the api > should work. Still, we nee

Re: [Openstack] Automatically confirmed after 24 hours on Resize API

2011-12-27 Thread Anne Gentle
Let's call it a doc bug - although that doc is a spec to indicate how the api should work. Still, we need to track this type of discrepancy so that we can be accurate on the API site. I can't log it easily this week (on vacay with only my cell phone) but I please log it on Openstack-manuals wi

Re: [Openstack] Automatically confirmed after 24 hours on Resize API

2011-12-27 Thread Brian Waldon
We should file a bug saying we have missing functionality and link to the spec for a definition of that functionality. The spec itself doesn't need to change. Brian On Dec 27, 2011, at 10:20 AM, Nachi Ueno wrote: > Hi Biran > > Thank you for your reply. > So this is a bug of the doc for now? >

[Openstack] git-review ready for general use

2011-12-27 Thread Monty Taylor
Hey guys, We've been having various people test the new git-review tool for a while now, and believe that it is ready for prime time as a replacement for the git review alias and tools/rfc.sh. We've also sent an email to our fine friends at glusterfs (from whom we got rfc.sh in the first place) an

Re: [Openstack] Automatically confirmed after 24 hours on Resize API

2011-12-27 Thread Nachi Ueno
Hi Biran Thank you for your reply. So this is a bug of the doc for now? 2011/12/27 Brian Waldon : > Hi Nachi! > > You are 100% correct, we have not yet implemented that in Nova. I don't see > any bugs/blueprints referencing this, so maybe if one was created we could > make sure it gets done. >

Re: [Openstack] [OpenStack]Instances are running, but they cannot be pinged.

2011-12-27 Thread Ilya Alekseyev
Hi! Which one hypervisor are you using? Also cloud you check nova-compute.log? 27 декабря 2011 г. 18:29 пользователь Alisson Soares Limeira Pontes < apon...@cpqd.com.br> написал: > Hi. > > What are your images types? > > I had this problem with raw and qcow2 images. > > AMI images work fine for

Re: [Openstack] [OpenStack]Instances are running, but they cannot be pinged.

2011-12-27 Thread Alisson Soares Limeira Pontes
Hi. What are your images types? I had this problem with raw and qcow2 images. AMI images work fine for me. qcow2 does not work and raw images worked in a first time and no more. Have you checked your log files? 2011/12/27 Xuyun Zhang > Hi folks, > > It appears that I have successfully run m

Re: [Openstack] Automatically confirmed after 24 hours on Resize API

2011-12-27 Thread Brian Waldon
Hi Nachi! You are 100% correct, we have not yet implemented that in Nova. I don't see any bugs/blueprints referencing this, so maybe if one was created we could make sure it gets done. Thanks! Brian On Dec 26, 2011, at 11:48 PM, Nachi Ueno wrote: > Hi folks > > The doc says *All resizes are

[Openstack] Multinode installation (with devstack on the master)

2011-12-27 Thread Frost Dragon
Hi, I'm planning to perform a 5 node installation of openstack with the first node being the master and the rest being compute nodes. I have the following setup: Master node: eth0: 10.2.0.1 (public ip) eth1: 192.168.2.1 (private ip) Will use devstack to deploy openstack on this node Compute