-2

I started to work on openstack, and have installed it on ubuntu, and after all configuration I'm having a problem displaying cinder & nova & neutron services on horizon error impossible to get information on nova , cinder , neutron

Ruben
  • 5,043
  • 2
  • 25
  • 49
Jam bah
  • 1
  • 2
  • Is openstack successfully installed? Can you see any error while installing it? – piyushj May 17 '16 at 11:16
  • i've checked the apache log : [Tue May 17 11:04:13.993476 2016] [wsgi:error] [pid 844:tid 3050294080] Call to list supported extensions failed. This is likely due to a problem communicating with the Nova endpoint. Host Aggregates panel will not be displayed. – Jam bah May 17 '16 at 11:32
  • this is the error while accessing the nova,cinder or neutron from horizon, i am talking about installation part itself.....you would have definitely run a python program to install the openstack, please check its log for any errors. – piyushj May 17 '16 at 11:38
  • no error during installation – Jam bah May 17 '16 at 11:58
  • could someone help on my issue – Jam bah May 18 '16 at 09:00
  • Its really hard to pin-point the issue, but the thing i suspect is the http link which gets associated with each of the component is somewhere broken, surely there will be some error while running the openstack, which you need to check...search with the IP address – piyushj May 18 '16 at 09:04
  • Check all the logs on your controller, specially the keystone logs, I've had numerous similar problems because of keystone. – Bruno B. Carvalho May 18 '16 at 12:41

1 Answers1

0

Can you run? (before that export your admin credentials source admin)

nova list

If all ok, and no error. checks configs openstack-dashboard/local_settings.py

Maybe no user

OPENSTACK_KEYSTONE_DEFAULT_ROLE = "user"