Re: [Openstack] ERROR: Malformed request url (HTTP 400)

2012-05-13 Thread Igor Laskovy
Hello all, I have solved this problem)) For me it was incorrect built endpoints in keystone for nova and volume services. I thought that %(tenant_id)s is mistake as other mistakes in the installation guide (http://docs.openstack.org/trunk/openstack-compute/install/content/keystone-service-endpoint

Re: [Openstack] ERROR: Malformed request url (HTTP 400)

2012-05-13 Thread Dolph Mathews
Igor, What did you use instead / how did you interpret that portion of the docs? I think we need to clarify in the docs that %(tenant_id)s is very intentional, and intended to be used exactly as written (and explain how it behaves) -- you're certainly not the first person to run into this kind of

Re: [Openstack] ERROR: Malformed request url (HTTP 400)

2012-05-13 Thread Igor Laskovy
Well, instead of it I did use the real uuid of service tenant)) End, actually that clarify about %(tenant_id)s is exist at docs. BTW, for what reason needs to execute TENANT variable in the volume section? On May 13, 2012 5:55 PM, "Dolph Mathews" wrote: > Igor, > > What did you use instead / ho

[Openstack] ERROR: Resize requires a change in size

2012-05-13 Thread Jimmy Tsai
Hi all, I only want to resize just the disk space with root_gb or ephemeral_gb. if I run a "nova resize" command to change the disk space of a instance, and leave the vcpu and memory untouched, I'll get the error message like this : ERROR: Resize requires a change in size. (HTTP 400) The condition

Re: [Openstack] [OpenStack][Keystone] Blueprint to store quota data in Keystone

2012-05-13 Thread Everett Toews
On Fri, May 11, 2012 at 9:07 AM, Joe Topjian wrote: > > With regard to your "dot" notation, couldn't multiple --quota args be > used? For example: > > keystone quota-create --quota nova.ram=102400 --quota nova.instances=20 > --quota swift.total=1073741824 > Hmmmthis would be possible with n

[Openstack] Advice on network configuration

2012-05-13 Thread Alessandro Tagliapietra
Hello list, at work we've decided to move to openstack, actually we're running proxmox for vm management and this is our actual server configuration: 2 x kimsufi 24g @ http://www.kimsufi.co.uk/ The network is configured this way on the 2 hosts: - eth0 with binded the multiple /32 public ip - et

[Openstack] Understanding Integration Bridge and MACs

2012-05-13 Thread Salman Malik
Hi Dan and Others, I am trying to understand the actions taken by Ryu when the new instance sends DHCP discover message to dnsmasq. When I launch new instannce it keeps on sending discover messages and controller keeps on dropping these messages. But looking at the traffic I couldn't exactly m

Re: [Openstack] Devstack installation script changed ?

2012-05-13 Thread Vinay_Patkar
Hi Salman , Even I am getting the same problem.. I tried devstack on VM, it says unable to locate /etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini (file or directory not found). Could use some help.. From: openstack-bounces+vinay_patkar=dellteam@lists.launchpad.net [mailto:openst

Re: [Openstack] Devstack installation script changed ?

2012-05-13 Thread Dan Wendlandt
On Sun, May 13, 2012 at 12:24 PM, Salman Malik wrote: > > > In the latest script that I downloaded, I had a problem in the following > line: > https://github.com/openstack-dev/devstack/blob/master/stack.sh#L1062 > where instead of having $QUANTUM_PLUGIN_INI_FILE at the end of line, I had > $QUANT