I'm trying to install Openstack (Mitaka) on an Ubuntu 16.04 Server. During conjure-up openstack
I ran into the following error:
traceback into juju.py:
line 96:
password = account['users'][current_user]['password']
current_user
is None
.. which explains the TypeError we get from python
Addition: I traced back the problem. It has emerged after the last update/upgrade of ubuntu server with the single node installation of openstack.
Any ideas?