Remove project_name = nova from sample config

OSA deployments do not come with a 'nova' project by default,
which means that if a user haves this in their configuration while
testing monitorstack on a OSA deployment, it will fail trying to
authenticate. This commit removes the reference.

Change-Id: Ia15759f116ff733d2a2fb62ce0c9fc28c1731786
This commit is contained in:
Miguel Alex Cantu 2017-06-19 18:44:23 +00:00
parent aaf593a193
commit f655761212
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ project_name = admin
# the plugins will fail API version negotiation.
[nova]
project_name = nova
[neutron]