<div dir="ltr">Guys,<div><br></div><div> I am trying to deploy Mitaka, on top of Ubuntu 16.04, by using the following document:</div><div><br></div><div> <a href="http://docs.openstack.org/mitaka/install-guide-ubuntu" target="_blank">http://docs.openstack.org/mitaka/install-guide-ubuntu</a><br></div><div><br></div><div> Yes, I know, the above document is for installing Mitaka on top of Ubuntu 14.04 but, from what I understand, the only difference is that on Xenial, there is no need to add the Ubuntu Mitaka Cloud Archive, since Mitaka is the default on Xenial, so, I can follow that document, right?    =)</div><div><br></div><div> At first, OpenStack installation goes okay, without any errors, all services comes up, etc... However, it is not possible to launch an Instance.</div><div><br></div><div> *** Errors on launching the Instance:</div><div><br></div><div> - Right after launching it:</div><div><br></div><div> <a href="https://paste.ubuntu.com/15902503/" target="_blank">https://paste.ubuntu.com/15902503/</a></div><div><br></div><div> - Spawning it, after Glance finishes the download, similar error a second time:</div><div><br></div><div> <a href="https://paste.ubuntu.com/15902556/" target="_blank">https://paste.ubuntu.com/15902556/</a></div><div><br></div><div> What am I missing?</div><div><br></div><div> Apparently, Nova is not authorized to talk with Neutron but, I am following the docs (maybe it is just a typo somewhere?)...</div><div><br></div><div> Also, I have an Ansible automation to deploy it, so, it is less error prone. And however can help me, will see how I am deploying it.</div><div><br class=""> I see no error on Admin Dashboard, all services are up.<br></div><div><br></div><div> NOTE: My Ansible playbooks is in a sense, "<a href="http://docs.openstack.org/mitaka/install-guide-ubuntu">docs.openstack.org/mitaka/install-guide-ubuntu</a> fully automated", it is very close to it, step-by-step.</div><div><br></div><div> How can I debug this? I mean, how can I try to do, what Nova is doing (its connection with Neutron), to make sure that the settings are in place correctly?</div><div><br></div><div> Here is how I am installing Mitaka on Xenial:</div><div><br></div><div>---</div><div> 1- Install Ubuntu 16.04 server 64-bit on bare-metal;</div><div><br></div><div>   * Configure your /etc/hostname and /etc/hosts.</div><div><br></div><div>   DETAILS: <a href="https://github.com/tmartinx/svauto/blob/dev/README.OpenStack.md" target="_blank">https://github.com/tmartinx/svauto/blob/dev/README.OpenStack.md</a></div><div><br></div><div><br></div><div> 2- Clone the automation:</div><div><br></div><div>    cd ~</div><div>    git clone <a href="https://github.com/tmartinx/svauto.git" target="_blank">https://github.com/tmartinx/svauto.git</a></div><div><br></div><div><br></div><div> 3- Run the automation to install OpenStack (all-in-one)</div><div><br></div><div>    cd ~/svauto</div><div><br></div><div>   ./os-deploy.sh --br-mode=LBR --use-dummies --base-os=ubuntu16 --base-os-upgrade=yes --openstack-release=mitaka --openstack-installation --dry-run</div><div><br></div><div>   ansible-playbook -c local site-openstack.yml --extra-vars "openstack_installation=yes"</div><div>---</div><div><br></div><div> NOTE: If you don't use "--dry-run" option, Ansible will be executed automatically by "os-deploy.sh".</div><div><br></div><div> I am sharing the Ansible playbooks, because it will be easier to see what I am doing.</div><div><br></div><div> About the relevant configuration blocks, I believe that I have it properly configured (I followed Mitaka docs), like this:</div><div><br></div><div> * neutron.conf:</div><div>-</div><div><a href="https://github.com/tmartinx/svauto/blob/dev/ansible/roles/os_neutron_aio/templates/mitaka/neutron.conf">https://github.com/tmartinx/svauto/blob/dev/ansible/roles/os_neutron_aio/templates/mitaka/neutron.conf</a><br></div><div>-</div><div><br></div><div> * nova.conf:</div><div>-</div><div><a href="https://github.com/tmartinx/svauto/blob/dev/ansible/roles/os_nova_aio/templates/mitaka/nova.conf">https://github.com/tmartinx/svauto/blob/dev/ansible/roles/os_nova_aio/templates/mitaka/nova.conf</a><br></div><div>-</div><div><br></div><div> I already installed OpenStack many, many, many times, since Havana release, I'm confident that I am doing it right but, of course, maybe I did something wrong this time...   =P</div><div><br></div><div> I appreciate any help!</div><div><br></div><div>Thanks!</div><div>Thiago</div></div>