<div dir="ltr"><div>I am using the CLI so I can force the VM to create on the new host.  Using this command:<br><br>openstack server create \<br>  --image db090568-9500-4092-ac23-364f25940b2f \<br>  --flavor m1.small \<br>  --availability-zone nova:vhost2 \<br>  --nic net-id=ce7f1bf3-b6b3-45c3-8251-2cbcdc9d4595 \<br>  temptest<br><br></div>If I do not specify vhost2, this command does successfully create the VM on vhost1.<br><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><p style="line-height:9.0pt"><span style="font-size:7.5pt;font-family:"Helvetica","sans-serif";color:#212121"><span></span><span style="font-family:arial,helvetica,sans-serif"><font size="1"></font></span></span><font size="1"><span style="font-family:arial,helvetica,sans-serif">Peter Kirby / Infrastructure and Build Engineer<br><a href="https://www.magentocommerce.com/certification/directory/dev/2215598/" target="_blank">Magento Certified Developer Plus</a><br><a href="mailto:peter.kirby@objectstream.com" target="_blank">peter.kirby@objectstream.com</a><br><span style="color:rgb(33,33,33)"><a><span style="text-decoration:none"></span></a><span></span><span></span></span></span></font></p><font size="1"><span style="font-family:arial,helvetica,sans-serif"> 
     </span><span><b><span style="font-family:"Helvetica","sans-serif"">Objectstream, Inc. </span></b></span><span style="font-family:"Helvetica","sans-serif""><br> <span>Office: <a href="tel:405-942-4477" value="+14059424477" target="_blank">405-942-4477</a></span> <span>/ Fax: <a href="tel:866-814-0174" value="+18668140174" target="_blank">866-814-0174</a></span> <br> <span>7725 W Reno Avenue, Suite 307 Oklahoma City, OK 73127</span> <br> <a href="http://www.objectstream.com/" target="_blank"><span style="text-decoration:none">http://www.objectstream.com/</span></a></span></font></div></div></div></div></div>
<br><div class="gmail_quote">On Mon, Jan 23, 2017 at 12:27 PM, Trinath Somanchi <span dir="ltr"><<a href="mailto:trinath.somanchi@nxp.com" target="_blank">trinath.somanchi@nxp.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div>

<div id="m_-8206654607814743724divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif" dir="ltr">
<p>Can you post how did you spawn the VM ? I guess network is not added.</p>
<p><br>
</p>
<p>/Trinath</p>
</div>
<hr style="display:inline-block;width:98%">
<div id="m_-8206654607814743724divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> Peter Kirby <<a href="mailto:peter.kirby@objectstream.com" target="_blank">peter.kirby@objectstream.com</a>><br>
<b>Sent:</b> Monday, January 23, 2017 9:22:10 PM<br>
<b>To:</b> OpenStack<br>
<b>Subject:</b> [Openstack] Setting up another compute node</font>
<div> </div>
</div><div><div class="h5">
<div>
<div dir="ltr">
<div>
<div>
<div>
<div>
<div>
<div>
<div>Hi,<br>
<br>
</div>
I'm currently running OpenStack Mitaka on CentOS 7.2 and I'm trying to setup another compute node.<br>
<br>
</div>
I have nova installed and running and the following neutron packages:<br>
openstack-neutron.noarch      <wbr>        1:8.3.0-1.el7            @openstack-mitaka<br>
openstack-neutron-common.<wbr>noarch       1:8.3.0-1.el7            @openstack-mitaka<br>
openstack-neutron-ml2.noarch  <wbr>        1:8.3.0-1.el7            @openstack-mitaka<br>
openstack-neutron-openvswitch.<wbr>noarch  1:8.3.0-1.el7            @openstack-mitaka<br>
python-neutron.noarch         <wbr>        1:8.3.0-1.el7            @openstack-mitaka<br>
python-neutron-lib.noarch     <wbr>        0.0.3-1.el7              @openstack-mitaka<br>
python2-neutronclient.noarch  <wbr>        4.1.2-1.el7              @openstack-mitaka<br>
<br>
</div>
The neutron-openvswitch-agent is up and running and I can see it and nova from the OpenStack commandline.  Neutron agent-list says the new host has the openvswitch agent and it's alive.<br>
<br>
</div>
However, when I try to deploy an instance to this new host, I get the following error and the the instances fails to deploy:<br>
<br>
2017-01-20 10:51:21.132 24644 INFO neutron.agent.common.ovs_lib [req-2be33822-4a69-4521-9267-<wbr>a81315b20b6b - - - - -] Port 67b72a38-c553-4f06-953c-<wbr>92f43d5dea60 not present in bridge br-int<br>
2017-01-20 10:51:21.133 24644 INFO neutron.plugins.ml2.drivers.<wbr>openvswitch.agent.ovs_neutron_<wbr>agent [req-2be33822-4a69-4521-9267-<wbr>a81315b20b6b - - - - -] port_unbound(): net_uuid None not in local_vlan_map<br>
<br>
</div>
Here is the output from ovs-vsctl show:<br>
2e5497fc-6f3a-4761-a99b-<wbr>d4e95d0614f7<br>
    Bridge br-int<br>
        fail_mode: secure<br>
        Port br-int<br>
            Interface br-int<br>
                type: internal<br>
    Bridge br-ex<br>
        Port "eno1"<br>
            Interface "eno1"<br>
        Port br-ex<br>
            Interface br-ex<br>
                type: internal<br>
    ovs_version: "2.5.0"<br>
<br>
</div>
I suspect I'm missing one small step, but I've been searching google and logs for days now and I can't seem to nail down the problem.  Does anyone have any suggestions where I should look next?<br>
<br>
</div>
Thank you.<br>
<div>
<div>
<div>
<div><br>
<br>
<div><br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div></div></div>

</blockquote></div><br></div>