<div dir="ltr"><div style>This has me utterly befuddled.  All I'm trying to do is bring up a Cirros VM on my 3-node controller+network+compute Folsom setup.  So nova is configured on the controller to use quantum:</div>
<div style><br></div><div style><div>network_api_class = nova.network.quantumv2.api.API</div><div>quantum_admin_username = quantum</div><div>quantum_admin_password = quantum</div><div>quantum_admin_auth_url = <a href="http://192.168.241.100:35357/v2.0">http://192.168.241.100:35357/v2.0</a></div>
<div>quantum_auth_strategy = keystone</div><div>quantum_admin_tenant_name = service</div><div>quantum_url = <a href="http://192.168.241.100:9696">http://192.168.241.100:9696</a></div><div><br></div><div style>192.168.241.100 is the controller management port IP.</div>
<div style><br></div><div style>I have the following network available:</div><div style><div><br></div><div># quantum net-list | grep demo-net</div><div>| 3de1e780-07d1-42af-89cc-0feaf1ece6e9 | demo-net | 7f54d28f-b87a-43f7-a15f-1c0d20569e2a |</div>
</div></div><div style><br></div><div style><div># quantum subnet-list | grep 7f54d28f</div><div>| 7f54d28f-b87a-43f7-a15f-1c0d20569e2a |      | <a href="http://192.168.1.0/24">192.168.1.0/24</a> | {"start": "192.168.1.2", "end": "192.168.1.254"} |</div>
</div><div><br></div><div><div># quantum net-show 3de1e780-07d1-42af-89cc-0feaf1ece6e9</div><div>+---------------------------+--------------------------------------+</div><div>| Field                     | Value                                |</div>
<div>+---------------------------+--------------------------------------+</div><div>| admin_state_up            | True                                 |</div><div>| id                        | 3de1e780-07d1-42af-89cc-0feaf1ece6e9 |</div>
<div>| name                      | demo-net                             |</div><div>| provider:network_type     | vlan                                 |</div><div>| provider:physical_network | physnet1                             |</div>
<div>| provider:segmentation_id  | 2001                                 |</div><div>| router:external           | False                                |</div><div>| shared                    | False                                |</div>
<div>| status                    | ACTIVE                               |</div><div>| subnets                   | 7f54d28f-b87a-43f7-a15f-1c0d20569e2a |</div><div>| tenant_id                 | 6ea263cf12ce44e29d4d7baefacb9689     |</div>
<div>+---------------------------+--------------------------------------+</div></div><div><br></div><div><div># quantum router-port-list 37d3b2dd-ad19-435b-b4b9-3edbcd812f58</div><div style><..snip snip..></div><div>
{"subnet_id": "7f54d28f-b87a-43f7-a15f-1c0d20569e2a", "ip_address": "192.168.1.1"} |<br></div><div>{"subnet_id": "e45987aa-2f3a-45e7-b9c8-7499d8eb93e6", "ip_address": "10.21.166.2"} <br>
</div></div><div><br></div><div style>So far so good.  From my perspective everything looks good.  But when I try to boot a vm it fails:</div><div style><br></div><div style><div># nova boot --image aefa581f-47b0-4d46-8dbc-1a1f7f02dfa0 --flavor 2 --nic net-id=3de1e780-07d1-42af-89cc-0feaf1ece6e9 --key-name demo-key server-01</div>
<div>ERROR: The resource could not be found. (HTTP 404) (Request-ID: req-b0badcb3-244a-4e76-92b2-8bbabc645f3b)</div></div><div style><br></div><div style>Looking in api.log I find this error:</div><div style><br></div><div style>
Caught error: Network 3de1e780-07d1-42af-89cc-0feaf1ece6e9 could not be found.<br></div><div style><br></div><div style>WHAT! How is it not found?  It clearly exists, unless net-id is expecting something else as its value.  Argh.</div>
<div style><br></div><div style>Thanks in advance.</div><div style><br></div>-- <br>\*..+.-<br>--Greg Chavez<br>+//..;};
</div>