From f6557612121f4c416c99b1dc86321877009d6328 Mon Sep 17 00:00:00 2001 From: Miguel Alex Cantu Date: Mon, 19 Jun 2017 18:44:23 +0000 Subject: [PATCH] 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 --- etc/openstack.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/openstack.ini b/etc/openstack.ini index 07c001f..9b0b659 100644 --- a/etc/openstack.ini +++ b/etc/openstack.ini @@ -32,7 +32,6 @@ project_name = admin # the plugins will fail API version negotiation. [nova] -project_name = nova [neutron]