diff --git a/sysinv/sysinv/sysinv/sysinv/common/openstack_config_endpoints.py b/sysinv/sysinv/sysinv/sysinv/common/openstack_config_endpoints.py index 96bcc34ada..81cdf4bf3b 100644 --- a/sysinv/sysinv/sysinv/sysinv/common/openstack_config_endpoints.py +++ b/sysinv/sysinv/sysinv/sysinv/common/openstack_config_endpoints.py @@ -26,6 +26,7 @@ RC_FILE_PATH = '/etc/platform/openrc' # NOTE: Not the full user list, only the ones necessary for endpoint # reconfiguration are listed here BASE_USERS = [ + 'fm', 'patching', 'usm', 'vim',