Re: [Openstack] Cells use cases

2013-10-04 Thread Chris Behrens
On Oct 3, 2013, at 11:36 AM, Tim Bell wrote: > > Chris, > > Great to see further improvements are in the pipeline. The cinder support for > cells in Havana is a very welcome development. Oh yes, I forgot that landed during Havana. It had been done during the Grizzly timeframe but didn't

[Openstack] [Cinder] Havana RC1 available

2013-10-04 Thread Thierry Carrez
Hello everyone, The Cinder first release candidate for the Havana release was just published. 109 bugs were fixed since feature freeze ! This RC1 is available for download at: https://launchpad.net/cinder/havana/havana-rc1 Unless release-critical issues are found that warrant a release candidate

[Openstack] Force network reset

2013-10-04 Thread Mina Nagy Zaki
How do I force quantum to recreate the network ports for a machine? That is recreate the Openvswitch configuration for a machine? -- Mina Nagy Zaki ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@

Re: [Openstack] Force network reset

2013-10-04 Thread Razique Mahroua
Not sure but restarting the services might do it…; Le 4 oct. 2013 à 14:08, Mina Nagy Zaki a écrit : > How do I force quantum to recreate the network ports for a machine? > That is recreate the Openvswitch configuration for a machine? > > -- > Mina Nagy Zaki > > ___

[Openstack] [nova] Exception during live migration of volume backed instance

2013-10-04 Thread Balázs Gibizer
Hi OpenStack Developers! I'm using the trunk version of OpenStack and I have a multi node devstack installation without shared storage. I booted an instance from a volume and then I tried to live migrate it to another compute node but I got the following exception: 2013-10-03 16:49:25.908 [01

[Openstack] Openstack XCP with OVS Quantum

2013-10-04 Thread Rajshree Thorat
Hi, I am trying to use Openstack Grizzly to control XCP hypervisor with quantum ovs plugin. I tried with the steps which are mentioned in official document (http://docs.openstack.org/grizzly/openstack-compute/install/apt/content/introduction-to-xen.html#xen-config-reference) but it doesn't wo

Re: [Openstack] Force network reset

2013-10-04 Thread Mina Nagy Zaki
No that does not work. The main problem is OVS somehow learns some bad routes. I can't figure out the problem yet so as a temporary fix I reset it (delete the database and recreate bridges and restart networking). At that point I need quantum to re-add all the ports to the proper bridges. On Fri,

Re: [Openstack] Force network reset

2013-10-04 Thread Jacob Godin
Restarting the ovs agents should do it Sent from my mobile device On Oct 4, 2013 10:50 AM, "Mina Nagy Zaki" wrote: > No that does not work. > The main problem is OVS somehow learns some bad routes. I can't figure > out the problem yet so as a temporary fix I reset it (delete the > database and r

Re: [Openstack] Openstack XCP with OVS Quantum

2013-10-04 Thread Endre Karlson
I'll suggest you to move away from XCP if you can and check out the new work done by Citrix to make XenServer packages / functionality available to be installed on stuff like CentOS 6 and Ubuntu + others. Endre. 2013/10/4 Rajshree Thorat > Hi, > > I am trying to use Openstack Grizzly to contro

Re: [Openstack] Openstack XCP with OVS Quantum

2013-10-04 Thread Bob Ball
The Quantum support with XenServer/XCP was only added in Havana (See http://blogs.citrix.com/2013/06/14/openstack-networking-quantum-on-xenserver-from-notworking-to-networking/). If you want to use Grizzly then I'd recommend using nova-network. Having said that, the error below indicates that y

Re: [Openstack] Openstack XCP with OVS Quantum

2013-10-04 Thread Bob Ball
While I'm a big supporter of xenserver-core (which is the name of the packages Endre mentions) - the packages and their OpenStack integration is currently very new. We're working through a number of issues in the packaging at the moment and will hopefully have a more stable point in a few weeks

Re: [Openstack] how to tell dhcp-agent to advertice certain routes?

2013-10-04 Thread Darragh O'Reilly
Hi Ilkka, if I'm understanding things correctly, the goal is to have a provider network with a non-Quantum external router and metadata at the same time. If so, you can do this by using the metadata proxy from the DHCP agent, and there is no need for a Quantum router. There is a trick to set

Re: [Openstack] openstack - keystone - what is stable version?

2013-10-04 Thread Adam Young
To get started with Keystone, might I suggest that you use the version of the packages supplied with your distribution: My group works with Fedora, and there is a good getting starte guide here: https://fedoraproject.org/wiki/Getting_started_with_OpenStack_on_Fedora The standard guide is here

Re: [Openstack] Force network reset

2013-10-04 Thread Mina Nagy Zaki
It does not, in my experience. Please note I actually delete the OVS database entirely and recreate it. On Fri, Oct 4, 2013 at 3:59 PM, Jacob Godin wrote: > Restarting the ovs agents should do it > > Sent from my mobile device > > On Oct 4, 2013 10:50 AM, "Mina Nagy Zaki" wrote: >> >> No that do

[Openstack] python-cinderclient 1.0.6

2013-10-04 Thread John Griffith
Hello, I just wanted to send out a note and let everyone know that I just pushed a new release of python-cinderclient (1.0.6). This is meant to coincide with the RC-1 release of Cinder for the Havana cycle. Here's the release information which can also be found in the doc/source/index.rst file.

[Openstack] OpenStack Community Weekly Newsletter (Sep 27 – Oct 4)

2013-10-04 Thread Stefano Maffulli
October 4th, 2013 Register Now For The Summit in Hong Kong ?? ?? ???, September 2013 PTL elections – Final results

Re: [Openstack] Cells use cases

2013-10-04 Thread Tom Fifield
On 04/10/13 04:42, Chris Behrens wrote: > > > I > felt that the multi-DC or multi-continent scenario where you want your > nova-api endpoints to see ALL instances (as opposed to multi-region with > keystone) was a good use case for cells. This is the NeCTAR use case: http://www.openstack.or

[Openstack] problem in understanding account reaper, auditor and replicator code in swift source code

2013-10-04 Thread pragya jain
Hello, I am studying swift source code. My problem is: When we start swift, and start swift account processes by giving the command: $ sudo swift-init accoount-reaper start $ sudo swift-init accoount-auditor start $ sudo swift-init accoount-replicator start which functions are invoked in swift