Re: [Openstack-operators] [vmware][nova] "could not find capabilities for domaintype=kvm"

2016-03-08 Thread José Manuel Hernández
Try with web client. this option only show in web client. Attached example image. [image: Imágenes integradas 1] 2016-03-08 8:53 GMT+01:00 Geo Varghese : > Hi Jose, > > Thanks for explaining it. > > Yes, i have upgraded it to 10 version. But other options are not available > as we are usin

Re: [Openstack-operators] [vmware][nova] "could not find capabilities for domaintype=kvm"

2016-03-08 Thread Geo Varghese
Hi Jose, Thanks a lot for providing the screenshot. We will do it. On Tue, Mar 8, 2016 at 1:46 PM, José Manuel Hernández wrote: > Try with web client. this option only show in web client. > > Attached example image. > > > [image: Imágenes integradas 1] > > > > > > 2016-03-08 8:53 GMT+01:00 Geo

Re: [Openstack-operators] What are you excited for in Mitaka?

2016-03-08 Thread Tom Fifield
Nice one! I just found a good one: the `use_neutron`` option. From Mitaka, in nova.conf, instead of putting network_api_class=nova.network.neutronv2.api.API security_group_api = neutron you can just go use_neutron=True On 07/03/16 14:12, Hauke Bruno Wollentin wrote: Hi Tom, Hard to choose

Re: [Openstack-operators] What are you excited for in Mitaka?

2016-03-08 Thread Clayton O'Neill
On Tue, Mar 8, 2016 at 11:15 AM, Jesse Keating wrote: > I found one. In Mitaka Neutron you can take an existing router and turn it > into a HA router. That will make it quite easy to transition older > environments into a more stable configuration. Previously we'd have to tear > down the router an

Re: [Openstack-operators] What are you excited for in Mitaka?

2016-03-08 Thread Jesse Keating
I found one. In Mitaka Neutron you can take an existing router and turn it into a HA router. That will make it quite easy to transition older environments into a more stable configuration. Previously we'd have to tear down the router and build a new one, then re-attach all the interfaces. -jlk    

Re: [Openstack-operators] What are you excited for in Mitaka?

2016-03-08 Thread Fox, Kevin M
I guess my current focus is on network HA, since these popped into my head right away and all seem to be network related: * l3+dvr in neutron's a huge, huge thing. * neutron external rbac. (https://review.openstack.org/#/c/282295/ really useful for more then one reason) * Octavia anti-affinity (

Re: [Openstack-operators] What are you excited for in Mitaka?

2016-03-08 Thread Jesse Keating
Perhaps I was confused by the wording I found at http://docs.openstack.org/liberty/networking-guide/migration-classic-to-l3ha.html   I was looking for a way to do it on Kilo :( -jlk     - Original message -From: "Clayton O'Neill" To: Jesse Keating/Seattle/IBM@IBMUSCc: openstack-operators@li

[Openstack-operators] [openstacksummitaustin] Invite for OpenStack Operators Party, April 25

2016-03-08 Thread Susan Wu
Hi there, Claire Massey from the OpenStack Foundation suggested that we circulate our Austin event here. Calling all operators. Join us at the OpenStack Operators Party hosted by Dell, Red Hat, Intel, Midokura and Cumulus Networks - Monday, April 25 in Austin Reserve your spot and forward to you

Re: [Openstack-operators] What are you excited for in Mitaka?

2016-03-08 Thread Matt Jarvis
We've just patched in https://review.openstack.org/#/c/262740/ on Kilo. On 8 March 2016 at 17:33, Jesse Keating wrote: > Perhaps I was confused by the wording I found at > http://docs.openstack.org/liberty/networking-guide/migration-classic-to-l3ha.html > > I was looking for a way to do it on Ki

[Openstack-operators] [openstack-operators][neutron] use-case for multiple routers within a tenant

2016-03-08 Thread Rubab Syed
Hi all, I am trying to get a general understanding of OpenStack networking. Can someone please point out a simple use-case for using multiple routers within same tenant? Thanks, Rubab ___ OpenStack-operators mailing list OpenStack-operators@lists.opens

Re: [Openstack-operators] [openstack-operators][neutron] use-case for multiple routers within a tenant

2016-03-08 Thread Matt Joyce
Directing between different PCI environments. On March 8, 2016 5:20:46 PM EST, Rubab Syed wrote: >Hi all, > >I am trying to get a general understanding of OpenStack networking. Can >someone please point out a simple use-case for using multiple routers >within same tenant? > > >Thanks, >Rubab > >

Re: [Openstack-operators] [openstack-operators][neutron] use-case for multiple routers within a tenant

2016-03-08 Thread Kevin Benton
Overlapping IPs. For a single tenant you might want to setup multiple copies of the exact same topology for testing, development, etc. On Tue, Mar 8, 2016 at 2:20 PM, Rubab Syed wrote: > Hi all, > > I am trying to get a general understanding of OpenStack networking. Can > someone please point ou

Re: [Openstack-operators] [openstack-operators][neutron] use-case for multiple routers within a tenant

2016-03-08 Thread Edgar Magana
More than one multi-tier application avoiding broadcast domains. From: Rubab Syed mailto:rubab.sye...@gmail.com>> Date: Tuesday, March 8, 2016 at 2:20 PM To: "openstack-operators@lists.openstack.org" mailto:openstack-operators@lists.openstack.org>

Re: [Openstack-operators] [openstack-operators][neutron] use-case for multiple routers within a tenant

2016-03-08 Thread Fox, Kevin M
We use them all the time, and openstack in one version actually broke them on us. (I wrote and contributed a unit test so it shouldn't happen again.) Use case: You have two external networks. 1. Internet - One that's directly connected to the internet. 2. One that is a private network space and

[Openstack-operators] Neutron connection issue - Unable to establish connection to http://controller

2016-03-08 Thread Christopher Hull
Hi all; I was wondering if someone could tell me how to trace this down. I've got a single box installation that I'm trying to get working. Everything seems to run, but when I reboot, Neutron drops off. neutron agent-list Unable to establish connection to http://controller:9696/v2.0/agents.jso

[Openstack-operators] Neutron doesn't start - was Neutron connection issue

2016-03-08 Thread Christopher Hull
Ah Neutron didn't start... I see this issue mentioned elsewhere, but haven't dug up a solution yet. It was running before a reboot. Hmmm. neutron-server does not start: OperationalError: (OperationalError) no such table: ml2_vlan_allocations 2016-03-08 20:55:08.491 1664 ERROR neutron curso

Re: [Openstack-operators] Neutron connection issue - Unable to establish connection to http://controller

2016-03-08 Thread Kevin Benton
For some reason the neutron agent thinks neutron is located at a hostname called 'controller'. I would check out your Keystone endpoint list to see if it needs to be updated with the correct hostname. If 'controller' is correct, it sounds like the neutron server didn't start correctly. Check the l

Re: [Openstack-operators] Neutron doesn't start - was Neutron connection issue

2016-03-08 Thread Liam Haworth
That error is showing that the tables Neutron wants to access aren't in the database it is accessing. Did you change databases during the reboot? On Wed, 9 Mar 2016 at 13:39 Christopher Hull wrote: > Ah Neutron didn't start... > I see this issue mentioned elsewhere, but haven't dug up a solution

Re: [Openstack-operators] Neutron doesn't start - was Neutron connection issue

2016-03-08 Thread Kevin Benton
Ah, it looks like neutron isn't configured to use a database so it's defaulting to an in-memory sqlite server. Check your connection string in the neutron config. On Mar 8, 2016 18:39, "Christopher Hull" wrote: > Ah Neutron didn't start... > I see this issue mentioned elsewhere, but haven't dug u

Re: [Openstack-operators] Neutron doesn't start - was Neutron connection issue

2016-03-08 Thread Kevin Benton
Once you get it configured with a normal db backend, you will have to run the neutron-db-manage command again to repopulate the schema. On Mar 8, 2016 18:43, "Kevin Benton" wrote: > Ah, it looks like neutron isn't configured to use a database so it's > defaulting to an in-memory sqlite server. Ch

Re: [Openstack-operators] Neutron doesn't start - was Neutron connection issue

2016-03-08 Thread Christopher Hull
Oh. My bad. I installed Neutron Controller and Compute on the same node. When I did Compute, I commented out the DB connection (as it said)... OOPS! Put it back. Now it works. I feel silly. NOW I'm wondering where my Neutron Compute agent is. I should see one Compute in this list. neutr

Re: [Openstack-operators] Neutron doesn't start - was Neutron connection issue

2016-03-08 Thread Kevin Benton
Yes, if everything is on one box, you will only see one linux bridge agent. On Mar 8, 2016 18:55, "Christopher Hull" wrote: > Oh. My bad. > I installed Neutron Controller and Compute on the same node. When I did > Compute, I commented out the DB connection (as it said)... OOPS! Put it > back.

Re: [Openstack-operators] Neutron doesn't start - was Neutron connection issue

2016-03-08 Thread chrishull42
Great! I had this working 4 hours ago. :) Thanks Chris. Sent from my iPhone > On Mar 8, 2016, at 6:57 PM, Kevin Benton wrote: > > Yes, if everything is on one box, you will only see one linux bridge agent. > >> On Mar 8, 2016 18:55, "Christopher Hull" wrote: >> Oh. My bad. >> I installe