While installing compute controller services, while running nova image-list, it shows me the error - "ERROR(ConnectionError): ('Connection aborted.',error(111,'connection refused')
I followed exactly the same steps as in the guide for OpenStack installation icehouse, where in I encountered a small doubt while running the step as ffollows: keystone endpoint-create \ --service-id=$(keystone service-list | awk '/ compute / {print $2}') \ --publicurl=http://controller:8774/v2/%(tenant_id)s \ --internalurl=http://controller:8774/v2/%(tenant_id)s \ --adminurl=http://controller:8774/v2/%(tenant_id)s Is this command to be run as such or do we have to replace "tenant_id" with something??
While runnin "sudo nova-manage service list", it displays only the following services: nova-cert, nova-consoleauth, nova-conductor, nova-scheduler . The rest of the services nova-api and nova-novncproxy are not displayed. Why is it so?