Re: [Openstack] Could not determine a suitable URL for the plugin

2018-01-16 Thread Sashan Govender
Turns out the neutron config in /etc/nova/nova.conf on the compute node was missing. [neutron] url = http://controller:9696 auth_url = http://controller:35357 auth_type = password project_domain_name = Default user_domain_name = Default region_name = RegionOne project_name = service username = neu

[Openstack] ping between 2 instances using an ovs in the middle

2018-01-16 Thread David Gabriel
Dears, I am writing you this email to look for your help in order to fix a problem, I am facing since a while, related to creating two ubuntu instances in Openstack (Fuel 9.2 for Mitaka) and setting an ovs bridge in each VM. Here is the problem description: I have defined two instances called VM1

[Openstack] Interviews at the PTG in Dublin

2018-01-16 Thread Rich Bowen
TL;DR: Sign up for PTG interviews at https://docs.google.com/spreadsheets/d/1MK7rCgYXCQZP1AgQ0RUiuc-cEXIzW5RuRzz5BWhV4nQ/edit#gid=0 As at previous PTGs, I will be doing interviews in Dublin, which will be posted to http://youtube.com/RDOCommunity - where you can see some past examples. If yo

[Openstack] Ops Mid Cycle in Tokyo Mar 7-8 2018

2018-01-16 Thread David Medberry
Hi all, Broad distribution to make sure folks are aware of the upcoming Ops Meetup in Tokyo. You can help "steer" this meetup by participating in the planning meetings or more practically by editing this page (respectfully): https://etherpad.openstack.org/p/TYO-ops-meetup-2018 Sign up for the me

Re: [Openstack] DVR Public IP consumption

2018-01-16 Thread Satish Patel
Thanks Brian, I may having difficulty to understand that example, if I have only /24 public subnet for cloud and have 200 compute node then how does it work? Sent from my iPhone > On Jan 15, 2018, at 9:47 PM, Brian Haley wrote: > >> On 01/15/2018 01:57 PM, Satish Patel wrote: >> I am plannin

Re: [Openstack] Could not determine a suitable URL for the plugin

2018-01-16 Thread Eugen Block
2018-01-16 21:40:12.558 1090 WARNING neutron.api.extensions [-] Extension vlan-transparent not supported by any of loaded plugins 2018-01-16 21:40:12.558 1090 ERROR neutron.api.extensions [-] Unable to process extensions (auto-allocated-topology) because the configured plugins do not satisfy their

Re: [Openstack] Could not determine a suitable URL for the plugin

2018-01-16 Thread Sashan Govender
On Tue, Jan 16, 2018 at 7:48 PM Eugen Block wrote: Thanks for the help. Could you also paste the output of "openstack compute service list" > and "openstack network agent list"? I'd like to see if the nova and > neutron services are all up and running. > > [sashan@controller ~]$ openstack networ

Re: [Openstack] Could not determine a suitable URL for the plugin

2018-01-16 Thread Eugen Block
Could you also paste the output of "openstack compute service list" and "openstack network agent list"? I'd like to see if the nova and neutron services are all up and running. Note that I don't have cinder installed. The docs said the block storage service was optional. You're right, I ju