[Openstack] neutron-ha-tool is not that stable?

2014-02-16 Thread Nick Ma
I'm using neutron-ha-tool.py script to make L3-agent high-availability. However, when L3-agent-A is down, neutron-ha-tool migrates all the namespaces from A to L3-agent-B. All the migrated namespaces are not taken effect. I try to restart L3-agent service on node B, but it still failed. Finally I

[Openstack] openstack havana dnsmasq not started by openstack

2014-02-16 Thread Anatoly Oreshkin
Hello, I am a newbe in openstack. I've installed OpenStack Havana from RDO on single host running Scientific Linux 6.4 using packstack --allinone That is all openstack components are running on single host. I am trying to run test instance cirros-0.3.1-x86_64 through dashboard. As a private net

[Openstack] bsd-cloudinit

2014-02-16 Thread Andre Goree
Not sure if I should post here regarding bsd-cloudinit or contact the responsible group directly, my apologies in advance if it's the latter. I'm attempting to get this working and have followed the instructions given here[1], however I'm having trouble when the 'cloudinit' script attempts to

Re: [Openstack] Openstack Havana Network Node swing migration

2014-02-16 Thread Geraint Jones
I am reposting this in the hope that someone has some ideas :) From: Geraint Jones Date: Thursday, 13 February 2014 11:06 am To: Subject: Openstack Havana Network Node swing migration Hi Guys We currently have a single network node in our deployment, we need to upgrade it to 10gb So I tho

[Openstack] network namespace doesn't take effect until rebooting?

2014-02-16 Thread Nick Ma
I'm using neutron-ha-tool.py script to make L3-agent high-availability. However, when L3-agent-A is down, neutron-ha-tool migrates all the namespaces from A to L3-agent-B. All the migrated namespaces are not activated. I try to restart L3-agent service on node B, but it still failed. Finally I hav

[Openstack] [neutron]ERROR neutron.common.legacy [-] Skipping unknown group key: firewall_driver

2014-02-16 Thread LIU Yulong
Hi all, These are the network node agent logs. dhcp-agent.log 2014-02-17 09:31:10.472 14693 ERROR neutron.common.legacy [-] Skipping unknown group key: firewall_driver l3-agent.log 2014-02-17 09:31:10.744 14707 ERROR neutron.common.legacy [-] Skipping unknown group key: firewall_driver se

Re: [Openstack] Running multiple nova-cells

2014-02-16 Thread ??????
Make sure 2 cells are communicating with each other? Your means the child cells should konw each other and connect to others? Does any specail key words? And there are errors in my cells: when i execute nova host-list,something error occured DEBUG (shell:740) The server has either erred or is in

Re: [Openstack] [Horizon] Error: horizon/js/horizon.js isn't accessible via COMPRESS_URL

2014-02-16 Thread Kieran Spear
Hi, STATIC_URL requires a RequestContext when rendering: http://stackoverflow.com/a/5478944 You can also use django.shortcuts.render. Cheers, Kieran On 16 February 2014 00:37, Andrii L wrote: > Hello, > > I would really appreciate if you help me understand the following exception: > > --- >

Re: [Openstack] problem in installing django-swiftbrowser

2014-02-16 Thread pragya jain
please someody reply On Friday, 14 February 2014 2:20 PM, pragya jain wrote: hello all, > > >I am installing django-swiftbrowser on a ubuntu desktop VM onmy system using >the link https://github.com/cschwede/django-swiftbrowser > > >below are the steps which i follow: >- >1.

Re: [Openstack] problem in installing django-swiftbrowser

2014-02-16 Thread Lysander David
Please consider installing the setuptools module. The latest archive can be found here: https://pypi.python.org/packages/source/s/setuptools/setuptools-2.2.tar.gz#md5=04a7664538957b832710653fd7d5b4e6 You can install it with these commands: wget --no-check-certificate https://pypi.python.org/pa

Re: [Openstack] Openstack Havana Network Node swing migration

2014-02-16 Thread Robert van Leeuwen
> We currently have a single network node in our deployment, we need to upgrade > it to 10gb > So I thought, I would add a second network node and do a swing migration and > thus avoid an outage. > > Is this possible in havana ? Whats the process to do it ? Yes and no. Yes, you can migrate the l

Re: [Openstack] Openstack Havana (Sorry Grizzly) Network Node swing migration

2014-02-16 Thread Geraint Jones
Okay thanks for that, a few moments of darkness is fine. Is this right : On the existing and new network nodes 1. Apply this patch to Quantum: https://gist.github.com/jaypipes/8135839 2. Set the router_scheduler_driver in nova.conf to quantum.scheduler.l3_agent_scheduler.LeastUtilizedScheduler R