<div dir="ltr">Turns out the neutron config in /etc/nova/nova.conf on the compute node was missing.<div><br></div><div><div>[neutron]</div><div>url = <a href="http://controller:9696">http://controller:9696</a></div><div>auth_url = <a href="http://controller:35357">http://controller:35357</a></div><div>auth_type = password</div><div>project_domain_name = Default</div><div>user_domain_name = Default</div><div>region_name = RegionOne</div><div>project_name = service</div><div>username = neutron</div><div>password = rootroot</div></div><div><br></div><div>After adding that I could create an instance.</div><div><br></div><div><div>[sashan@controller ~]$ openstack server list</div><div>+--------------------------------------+-------------------+--------+-------------------------+------------+</div><div>| ID                                   | Name              | Status | Networks                | Image Name |</div><div>+--------------------------------------+-------------------+--------+-------------------------+------------+</div><div>| b9342c83-0c10-4f3e-a3b4-41bc601ea0b1 | provider-instance | ACTIVE | provider=192.168.10.107 | cirros     |</div><div>| d03058f3-0009-47c9-8b34-182034398647 | provider-instance | ERROR  |                         | cirros     |</div><div>| 42adeacf-3027-45ba-a12d-e284995ce3a7 | provider-instance | ERROR  |                         | cirros     |</div><div>| cfcbde0b-34f3-4ce8-ba37-735a7fa84417 | provider-instance | ERROR  |                         | cirros     |</div><div>| 9f1481b9-0554-4cec-8cf5-163fb790f463 | provider-instance | ERROR  |                         | cirros     |</div><div>+--------------------------------------+-------------------+--------+-------------------------+------------+</div><div>[sashan@controller ~]$ </div></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Jan 16, 2018 at 10:10 PM Eugen Block <<a href="mailto:eblock@nde.ag">eblock@nde.ag</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> 2018-01-16 21:40:12.558 1090 WARNING neutron.api.extensions [-] Extension<br>
> vlan-transparent not supported by any of loaded plugins<br>
> 2018-01-16 21:40:12.558 1090 ERROR neutron.api.extensions [-] Unable to<br>
> process extensions (auto-allocated-topology) because the configured plugins<br>
> do not satisfy their requirements. Some features will not work as expected.<br>
<br>
This sounds like the right place to dig deeper. I would enable debug<br>
logs and see if there are more hints and then try to resolve this.<br>
<br>
<br>
<br>
Zitat von Sashan Govender <<a href="mailto:sashang@gmail.com" target="_blank">sashang@gmail.com</a>>:<br>
<br>
> On Tue, Jan 16, 2018 at 7:48 PM Eugen Block <<a href="mailto:eblock@nde.ag" target="_blank">eblock@nde.ag</a>> wrote:<br>
><br>
> Thanks for the help.<br>
><br>
> Could you also paste the output of "openstack compute service list"<br>
>> and "openstack network agent list"? I'd like to see if the nova and<br>
>> neutron services are all up and running.<br>
>><br>
>><br>
> [sashan@controller ~]$ openstack network agent list<br>
> +--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+<br>
> | ID                                   | Agent Type         | Host       |<br>
> Availability Zone | Alive | State | Binary                    |<br>
> +--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+<br>
> | 0d5571c9-b514-4626-8738-1f87f9344978 | Linux bridge agent | compute    |<br>
> None              | True  | UP    | neutron-linuxbridge-agent |<br>
> | 58b3554f-e0b2-4ce6-941d-ff6ca46247a4 | DHCP agent         | controller |<br>
> nova              | True  | UP    | neutron-dhcp-agent        |<br>
> | 5fb85699-20a9-4f8d-9b44-3317ffc1b9fc | Linux bridge agent | controller |<br>
> None              | True  | UP    | neutron-linuxbridge-agent |<br>
> | c4512921-73ff-49fa-b70d-13a3518883a0 | Metadata agent     | controller |<br>
> None              | True  | UP    | neutron-metadata-agent    |<br>
> +--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+<br>
> [sashan@controller ~]$ openstack compute service list<br>
> +----+------------------+------------+----------+---------+-------+----------------------------+<br>
> | ID | Binary           | Host       | Zone     | Status  | State | Updated<br>
> At                 |<br>
> +----+------------------+------------+----------+---------+-------+----------------------------+<br>
> |  1 | nova-consoleauth | controller | internal | enabled | up    |<br>
> 2018-01-16T10:47:22.000000 |<br>
> |  2 | nova-conductor   | controller | internal | enabled | up    |<br>
> 2018-01-16T10:47:22.000000 |<br>
> |  3 | nova-scheduler   | controller | internal | enabled | up    |<br>
> 2018-01-16T10:47:27.000000 |<br>
> |  6 | nova-compute     | compute    | nova     | enabled | up    |<br>
> 2018-01-16T10:47:24.000000 |<br>
> +----+------------------+------------+----------+---------+-------+----------------------------+<br>
><br>
><br>
>> > I don't think the<br>
>> > warning about the  placement api is relevant. What about the other one:<br>
>> > Unable to refresh my resource provider record?<br>
>><br>
>> I'm not sure about that, it is just a warning.<br>
>> Can you confirm that glance is working properly and the image is okay?<br>
>> Is the network layout as expected? Any information in other logs like<br>
>> neutron and glance?<br>
>><br>
><br>
> I noticed this error in the neutron logs:<br>
><br>
> 2018-01-16 21:40:12.558 1090 WARNING neutron.api.extensions [-] Extension<br>
> vlan-transparent not supported by any of loaded plugins<br>
> 2018-01-16 21:40:12.558 1090 ERROR neutron.api.extensions [-] Unable to<br>
> process extensions (auto-allocated-topology) because the configured plugins<br>
> do not satisfy their requirements. Some features will not work as expected.<br>
> 2018-01-16 21:40:12.559 1090 INFO neutron.quota.resource_registry [-]<br>
> Creating instance of TrackedResource for resource:subnet<br>
> 2018<br>
><br>
> glance seems fine i.e. no error messages.<br>
<br>
<br>
<br>
--<br>
Eugen Block                             voice   : <a href="tel:+49%2040%205595175" value="+49405595175" target="_blank">+49-40-559 51 75</a><br>
NDE Netzdesign und -entwicklung AG      fax     : <a href="tel:+49%2040%205595177" value="+49405595177" target="_blank">+49-40-559 51 77</a><br>
Postfach 61 03 15<br>
D-22423 Hamburg                         e-mail  : <a href="mailto:eblock@nde.ag" target="_blank">eblock@nde.ag</a><br>
<br>
         Vorsitzende des Aufsichtsrates: Angelika Mozdzen<br>
           Sitz und Registergericht: Hamburg, HRB 90934<br>
                   Vorstand: Jens-U. Mozdzen<br>
                    USt-IdNr. DE 814 013 983<br>
<br>
</blockquote></div>