Fix keystone to manage the OSM users/projects
Keystone was not used by default by OSM NBI. Instead, internal
authentication is used.
When NBI is configured to use Keystone as auth backend, we found that it
didn't bootstrap properly because there were no data in the MySQL DB
used by Keystone. The initilization of DB was supposed to be done by the
Keystone containers in keystone-deployment. However, those container
were not able to initialize the DB because they were running as regular
users instead of root users.
Keystone is thought as an infra solution, not as an application
solution. The community behind Keystone development agreed on that
behaviour.
Based on that, Keystone containers were adapted to run as root.
In addition, we decided to disable Keystone and MySQL as part of the
default values for OSM helm chart.
Change-Id: I0e7078b809abe858a69323d6e3e493e862d6e6ab
Signed-off-by: vegall <lvega@whitestack.com>