Unable to establish connection to http://cic-mgmt:35357/v2.0/users
Hello there,
I am trying to install ceilometer with the following command on openstack Private Cloud:
openstack user create os-project-domain-name project --password-prompt ceilometer
It generates the following error:
HTTPConnectionPool(host='cic-mgmt', port=35357): Max retries exceeded with url: /v2.0/users (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x103d9c9d0>: Failed to establish a new connection: [Errno 61] Connection refused',))
Can someone please help me?