No networks defined on Openstack
My Lab:
- 1 VM for MAAS 50GB HDD + 8GB RAM vnet 10.20.81.0/24
- 1 VM for JUJU 50GB HDD + 8GB RAM vnet 10.20.81.0/24
- 1 VM for LANDSCAPE 50GB HDD + 8GB RAM vnet 10.20.81.0/24
- 4 VM for OPENSTACK 400GBx2 HDD + 16GB RAM + 2 vnet 10.20.81.0/24 & 10.20.82.0/24
The deploy of Openstack went well, but I receive an error each time I try to add a new instance.
https://i.stack.imgur.com/ravrN.png (image description)
the network
https://i.stack.imgur.com/y6FvY.png
on MAAS
https://i.stack.imgur.com/WV3qK.png
here the /var/log/nova/nova-conductor.log
http://paste.openstack.org/show/615389/ (log)
the error when I try to create a new instance is the following:
Error: Failed to perform requested operation on instance "u1604svr", the instance has an error status: Please try again later [Error: Exceeded maximum number of retries. Exceeded max scheduling attempts 3 for instance cbd238d1-cb41-45ca-8f99-00a3f168003f. Last exception: No networks defined. Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/nova/conductor/mana].
thanks for your support
Though this is not related to the error, your networks are confusingly called "subnet" and subnets are called "network".
I'd like to see details of the network config and how you launched the instance.
The screenshots indicate you use a Mac, You might be facing a bug https://bugs.launchpad.net/nova/+bug/....
Sorry for piecemeal comments. Try finding the No networks founderror in the nova log files and post the context, e.g. traceback. You can upload it to paste.openstack.org.
here is the /var/log/nova/nova-conductor.log http://paste.openstack.org/show/615389/ (paste)