Re: [openstack-dev] Neutron error using devstack

2014-03-12 Thread abhishek jain
Thanks for the help. I'm now able to proceed further with your suggestions. I'm now enabling live migration in /etc/nova/nova.conf by adding the below line live_migration_flag=VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_LIVE However now i need to restart nova-compute

Re: [openstack-dev] Neutron error using devstack

2014-03-12 Thread mar...@redhat.com
On 12/03/14 08:34, abhishek jain wrote: Thanks for the help. I'm now able to proceed further with your suggestions. I'm now enabling live migration in /etc/nova/nova.conf by adding the below line live_migration_flag=VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_LIVE

Re: [openstack-dev] Neutron error using devstack

2014-03-03 Thread Yongsheng Gong
you need to give the neutron command the login certificate (user name, password, tenant etc) to work. for example: export OS_USERNAME=admin export OS_PASSWORD=password export OS_TENANT_NAME=admin export OS_AUTH_URL=http://localhost:5000/v2.0 On Sun, Mar 2, 2014 at 2:05 AM, abhishek jain

[openstack-dev] Neutron error using devstack

2014-03-01 Thread abhishek jain
Hi all I have installed devstack successfully from the following link... http://www.linux.com/learn/tutorials/721712-intro-to-openstack-part-two-how-to-install-and-configure-openstack-on-a-server However I'm not able to run the neutron services.The error which generally comes after running

Re: [openstack-dev] Neutron error using devstack

2014-03-01 Thread Elena Ezhova
If you want to use Neutron with devstack you have to add the related settings to localrc. Please see https://wiki.openstack.org/wiki/NeutronDevstack for detailed instructions. 01 марта 2014 г. 22:11 пользователь abhishek jain ashujain9...@gmail.com написал: Hi all I have installed devstack

Re: [openstack-dev] Neutron error using devstack

2014-03-01 Thread Dane Leblanc (leblancd)
credentials as: source ~/devstack/openrc demo Good luck! From: Elena Ezhova [mailto:eezh...@mirantis.com] Sent: Saturday, March 01, 2014 2:13 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] Neutron error using devstack If you want to use