Re: [Openstack] How to assign External ip to vm without quantum L3 agent

2013-05-29 Thread Édouard Thuleau
Yes, the provider network provide a way for that use case. And I proposed a blueprint [1] to be able to isolate ports on a same network/subnet. So in you case, if you set a provider network as a public network and if you like to share this network between tenants, you will be able to isolate l2 tr

Re: [Openstack] Can I create a VM with 2 NICs while there is only one network?

2013-05-29 Thread Aaron Rosen
Hi, I still don't see why you want to have two nics on the same L2? We don't allow this because we don't want to allow a tenants to bridge them creating a loop in the network. Aaron On Thu, May 23, 2013 at 8:18 PM, Liu Wenmao wrote: > Hello: > > I have a network with a subnet, I want create

Re: [Openstack] How to assign External ip to vm without quantum L3 agent

2013-05-29 Thread Aaron Rosen
No but the provider network extention does provide a way to do this that might work for your usecase: http://docs.openstack.org/trunk/openstack-network/admin/content/provider_networks.html On Wed, May 29, 2013 at 11:02 PM, Veera Reddy wrote: > Hi, > > IS there any way to access VM from external

[Openstack] How to assign External ip to vm without quantum L3 agent

2013-05-29 Thread Veera Reddy
Hi, IS there any way to access VM from external network without using quantum l3 agent. -- Regards, VeeraReddy.B ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~opensta

Re: [Openstack] Internet access within launched instances too slow

2013-05-29 Thread Rahul Sharma
Hi All, I was able to resolve this issue by changing the MTU size within the instances from 1500 to 1454. I got these pointers from this mailthread:- https://lists.launchpad.net/openstack/msg24050.html Thanks and Regards Rahul Sharma On Tue, May 28, 2013 at 5:00 PM, Rahul Sharma wrote: > Here

Re: [Openstack] Can I create a VM with 2 NICs while there is only one network?

2013-05-29 Thread Liu Wenmao
Hi Salvatore: Thanks, I will try that. Liu Wenmao On Wed, May 29, 2013 at 6:07 PM, Salvatore Orlando wrote: > I am afraid there is no way of having two NICs on the same network at the > moment. > > If you are trying to deploy a VM which provides some form of network > service, like packet filt

Re: [Openstack] VM Issues on Grizzly Install on Ubuntu 12.04

2013-05-29 Thread Rahul Sharma
Hi Darragh, Even I am facing the same issue of request getting timed out and even updates getting hanged up for very long time. I followed your step of reducing the MTU size from 1500 to 1454 and now everything works fine. I tried this on Ubuntu instances. This seems to be an issue with the G

Re: [Openstack] netns kernel of RedHat

2013-05-29 Thread Lei Zhang
Got it. Thx. On Wed, May 29, 2013 at 10:32 PM, 彭勇 wrote: > and we need a new kernel for namespaces which provide flowing directory: > > /proc/self/ns/ > > > 2013/5/29 Lei Zhang > >> As I know, the netns depends on glibc. It support setns after the glibc >> 2.14. >> How ever, the RHEL is using

Re: [Openstack] nova cells minimal setup

2013-05-29 Thread Tom Fifield
On 30/05/13 00:18, Markus Barth wrote: > > On May 29, 2013, at 11:39 PM, Chris Behrens wrote: >> >> On May 28, 2013, at 8:38 PM, Markus Barth >> wrote: >> >>> Hello everyone, >>> >>> Nova-cells filter has been merged now, so I'd like to make use of them >>> and set up an installation for a proof

[Openstack] [Grizzly][Quantum] Floating IP is not reachable

2013-05-29 Thread Anil Vishnoi
Hi All, I have a setup where controller/network node is running on one server and i have another server as a compute node. I am able to launch the VM and VM gets its private IP from its respective DHCP server as well. VM is connected to its private network. Private network is attached to the route

Re: [Openstack] VM Issues on Grizzly Install on Ubuntu 12.04

2013-05-29 Thread Darragh O'Reilly
Hi Farhan, I was able to reproduce this with curl from the cirros 0.3.1 that supports ssl. cirros$ curl -L github.com  # -L follow redirects it just hangs and I get these ICMPs on the netnode's physical nic.  20:33:10.811485 IP (tos 0xc0, ttl 63, id 13647, offset 0, flags [none], proto ICMP (1

Re: [Openstack] Keystone 8K header size limit

2013-05-29 Thread Miller, Mark M (EB SW Cloud - R&D - Corvallis)
Thank you Dolph. Mark From: Dolph Mathews [mailto:dolph.math...@gmail.com] Sent: Wednesday, May 29, 2013 12:55 PM To: Miller, Mark M (EB SW Cloud - R&D - Corvallis); openstack Cc: Yee, Guang Subject: Re: Keystone 8K header size limit Apologies, none of these configuration settings were documente

Re: [Openstack] Keystone 8K header size limit

2013-05-29 Thread Dolph Mathews
Apologies, none of these configuration settings were documented in etc/keystone.conf.sample. The last one is the one that controls this behavior. [DEFAULT] # enforced by sizelimit middleware (keystone.middleware:RequestBodySizeLimiter) max_request_body_size = 114688 # limit the sizes of

[Openstack] python-keystoneclient 0.2.4 available on pypi

2013-05-29 Thread Dolph Mathews
python-keystoneclient 0.2.4 is primarily a security & bug fix release [1] and is now available on pypi [2]. A few highlights concerning the auth_token middleware: - Expired PKI tokens are now rejected [3] - PKI token revocations lists are now cached using a configurable expiration (revocation_cac

Re: [Openstack] VM Issues on Grizzly Install on Ubuntu 12.04

2013-05-29 Thread Farhan Patwa
Hi Darragh, Thank you soo Much! That was it! Now I am able to connect to the VM with no issues. But I am back to another network issue I had when I had Folsom installed on the same setup. I would really appreciate if you can provide any pointers here. I able to spawn VM get IP, set floating IP a

Re: [Openstack] [Ceilometer][Ceilometer-API] Ceilometer-API Error 401 Unauthorized

2013-05-29 Thread Bruno Oliveira
Oh... Got it, Angus. Thank you! I finally got it that for when using curl, I have first to get an AUTH token from keystone, in order to use that returned token in the HTTP GET for the API. Just sharing what I did: $ curl -d '{"auth":{"passwordCredentials":{"username": "ceilometer", "password": "

Re: [Openstack] How to configure Keystone with open LDAP + horizon on grizzly

2013-05-29 Thread yasith tharindu
I have updated the ask page. https://ask.openstack.org/question/1350/how-to-configure-keystone-with-open-ldap-horizon-on-grizzly/ On Wed, May 29, 2013 at 8:18 PM, yasith tharindu wrote: > Now my authentication phase is right through ldap i guess. But Im getting > a error when try to login sayin

Re: [Openstack] [ceilometer] how to enable cpu meter?

2013-05-29 Thread alexander barakin
On Tue, May 28, 2013 at 4:30 PM, Fei Long Wang wrote: > Hi Alex, > > Please follow up below steps: > 1. Create a new instance > 2. Start compute-agent of Ceilometer > 3. Call the REST API: http://127.0.0.1:8777/v2/meters/cpu_util > the same result: an empty list. perhaps it should be reported as

Re: [Openstack] How to configure Keystone with open LDAP + horizon on grizzly

2013-05-29 Thread yasith tharindu
Now my authentication phase is right through ldap i guess. But Im getting a error when try to login saying "You are not authorized for any projects." My ldap configurations have been used by the keystone it seems. keystone command gives following results. root@ubuntu:/home/wso2/ldap#* keystone

Re: [Openstack] netns kernel of RedHat

2013-05-29 Thread 彭勇
and we need a new kernel for namespaces which provide flowing directory: /proc/self/ns/ 2013/5/29 Lei Zhang > As I know, the netns depends on glibc. It support setns after the glibc > 2.14. > How ever, the RHEL is using glibc2.12. So it is possible to just using a > new > patched kernel? > >

Re: [Openstack] netns kernel of RedHat

2013-05-29 Thread 彭勇
ce67228d570d2df88d74184e5e3618a5b2ef8704 in glibc 2.14 are patched in iproute-2.6.32-23.el6_4.netns.1, which is in RDO now 2013/5/29 Lei Zhang > As I know, the netns depends on glibc. It support setns after the glibc > 2.14. > How ever, the RHEL is using glibc2.12. So it is possible to just us

Re: [Openstack] nova cells minimal setup

2013-05-29 Thread Markus Barth
On May 29, 2013, at 11:39 PM, Chris Behrens wrote: On May 28, 2013, at 8:38 PM, Markus Barth wrote: Hello everyone, Nova-cells filter has been merged now, so I'd like to make use of them and set up an installation for a proof of concept. My goal is to create new filters and then spawn ins

Re: [Openstack] netns kernel of RedHat

2013-05-29 Thread Remo Mattei
you need to recompile ipaddr if you are using an older version of RH. If you are already on 6.4 you will have netns there. Remo On May 29, 2013, at 06:28 , Lei Zhang wrote: > As I know, the netns depends on glibc. It support setns after the glibc > 2.14. > How ever, the RHEL is using glibc

Re: [Openstack] netns kernel of RedHat

2013-05-29 Thread Lei Zhang
As I know, the netns depends on glibc. It support setns after the glibc 2.14. How ever, the RHEL is using glibc2.12. So it is possible to just using a new patched kernel? On Wed, May 29, 2013 at 6:02 PM, Pádraig Brady wrote: > On 05/29/2013 09:59 AM, 彭勇 wrote: > > there is no netns support in

Re: [Openstack] Grizzly all-in-one error

2013-05-29 Thread Darragh O'Reilly
 not sure - try clearing the cookie for the Horizon IP.  > > From: Rajesh Upadhayay >To: "'openstack@lists.launchpad.net'" >Sent: Wednesday, 29 May 2013, 12:02 >Subject: [Openstack]  Grizzly all-in-one error > > > > >Hi, >  >Any idea about below errors as I ha

Re: [Openstack] Can't Migrate a VM?

2013-05-29 Thread Lei Zhang
Your ssh key may be not config properly. Checkout following steps. 1. You get a key pair( pub key and private key). You can using the root's key which locate `/root/.ssh/id_rsa` and `/root/.ssh/id_ras.pub` or generate a new one 2. Enable the nova user login-able ``` usermod -s /bin/bash nova ``` N

Re: [Openstack] Can't Migrate a VM?

2013-05-29 Thread Nehal J. Wani
Exact error after putting that configuration: ./nova/compute. log:7203:Stderr: "Warning: Permanently added '10.3.3.58' (RSA) to the list of known hosts.\r\nPermission denied, please try again.\r\nPermission denied, please try again.\r\nPermission denied (publickey,gssapi-keyex,gssapi-with-mic,pass

Re: [Openstack] Can't Migrate a VM?

2013-05-29 Thread Nehal J. Wani
I tried putting that into ~nova/.ssh/config But the it says permission denied. On Wed, May 29, 2013 at 6:25 PM, Lei Zhang wrote: > You may also need add following config in /var/lib/nova/.ssh/config > > StrictHostKeyChecking no > > > > On Wed, May 29, 2013 at 8:25 PM, Mac Innes, Kiall wrote:

Re: [Openstack] Can't Migrate a VM?

2013-05-29 Thread Lei Zhang
You may also need add following config in /var/lib/nova/.ssh/config StrictHostKeyChecking no On Wed, May 29, 2013 at 8:25 PM, Mac Innes, Kiall wrote: > Then, packstack either has a bug, or the default settings don't allow for > the use of block migration.. > > I've personally never even heard

Re: [Openstack] Can't Migrate a VM?

2013-05-29 Thread Mac Innes, Kiall
Then, packstack either has a bug, or the default settings don't allow for the use of block migration.. I've personally never even heard of packstack, so I can't comment on how to fix/where to file a bug etc... Maybe someone else can? Thanks, Kiall On 29/05/13 13:18, Nehal J. Wani wrote: But p

Re: [Openstack] Can't Migrate a VM?

2013-05-29 Thread Nehal J. Wani
Initially, the error was: host key verification failed So I created the host keys for nova user with the command: ssh-keygen -f nova and then renamed them to id_rsa and id_rsa.pub and then put them to ~nova/.ssh/ Also, I copied the files /root/.ssh/known_hosts and /root/.ssh/authorized_keys to ~

Re: [Openstack] Can't Migrate a VM?

2013-05-29 Thread Mac Innes, Kiall
On 29/05/13 13:11, Nehal J. Wani wrote: > 2013-05-29 17:39:04.795 5106 TRACE nova.openstack.common.rpc.amqp > ProcessExecutionError: Unexpected error while running command. > 2013-05-29 17:39:04.795 5106 TRACE nova.openstack.common.rpc.amqp > Command: ssh 10.3.3.58 mkdir -p > /var/lib/nova/instance

[Openstack] Can't Migrate a VM?

2013-05-29 Thread Nehal J. Wani
How do I resolve this? 2013-05-29 17:39:04.795 ERROR nova.openstack.common.rpc.amqp [req-ab0ab357-b84e-4882-8b58-6f6d2b50050e 8a31b05e02f34486902792b59f9c5183 b7ddbab8f6c64086ba13b9ddbe76a87e] Exception during message handling 2013-05-29 17:39:04.795 5106 TRACE nova.openstack.common.rpc.amqp Trace

Re: [Openstack] Grizzly all-in-one error

2013-05-29 Thread Nikhil Mittal
This error would occur when the Keystone has not been properly configured with the authentication details for all the services. I faced this issue as well and it was fixed by correcting the DB and the configuration files. On Wed, May 29, 2013 at 4:32 PM, Rajesh Upadhayay wrote: > Hi, > > **

[Openstack] Grizzly all-in-one error

2013-05-29 Thread Rajesh Upadhayay
Hi, Any idea about below errors as I have setup Grizzly all-in-one and getting below error on dashboard. 1. Error: Unauthorized: Network list can not be retrieved. 2. Error: Unauthorized: Unable to retrieve quota information. 3. Unauthorized: Unable to retrieve router list.×

Re: [Openstack] Can I create a VM with 2 NICs while there is only one network?

2013-05-29 Thread Salvatore Orlando
I am afraid there is no way of having two NICs on the same network at the moment. If you are trying to deploy a VM which provides some form of network service, like packet filtering, you might think about implementing it as a quantum service plugin. The 'agent' for this plugin would plug two tap i

Re: [Openstack] Reg: Creating a new Compute Node

2013-05-29 Thread Nehal J. Wani
Changing the hostname and restarting the service did the trick.! On Wed, May 29, 2013 at 3:16 PM, Nehal J. Wani wrote: > I have installed openstack and all of its services using packstack puppet > script. In the answer file, my config as: > CONFIG_NOVA_COMPUTE_HOSTS=10.3.3.56,10.3.3.58 > After r

Re: [Openstack] netns kernel of RedHat

2013-05-29 Thread Pádraig Brady
On 05/29/2013 09:59 AM, 彭勇 wrote: > there is no netns support in RedHat kernel: > > https://bugzilla.redhat.com/show_bug.cgi?id=869004 > > is there any progress of this feature? We expect to release an netns enabled kernel to RDO (http://openstack.redhat.com/) within the next couple of days tha

[Openstack] Reg: Creating a new Compute Node

2013-05-29 Thread Nehal J. Wani
I have installed openstack and all of its services using packstack puppet script. In the answer file, my config as: CONFIG_NOVA_COMPUTE_HOSTS=10.3.3.56,10.3.3.58 After running the script, nova-servies were installed in both the machines. But, the machine 10.3.3.58 doesn't show as a nova-compute nod

[Openstack] netns kernel of RedHat

2013-05-29 Thread 彭勇
there is no netns support in RedHat kernel: https://bugzilla.redhat.com/show_bug.cgi?id=869004 is there any progress of this feature? -- Peng Yong ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscr