shasi atmakuri
shasi atmakuri

Reputation: 11

Neutron configuration error : Failed to retrieve extensions list from Network API

I am going with minimal install of openstack queens, with 1 controller with all openstack services and 3 compute nodes, i have installed keystone, glance and nova they are working well, i configured neutron service with provider network configuration as per the installation guide , when i try to verify neutron service by using the command " openstack extension list --network" i got an error showing unable to retrieve extensions from nova api, when i went through the logs i found that the auth_url is suitable for the plugin When I checked the logs it shows

Could not determine a suitable URL for the plugin

The log file can be found in the below link https://drive.google.com/file/d/1BGegFJEqt3nuYH4FpX4p7l2SXAt95u17/view?usp=sharing

Upvotes: 1

Views: 1385

Answers (1)

nass
nass

Reputation: 11

You can try in [keystone_authtoken] section in neutron.conf file to :

  • remove auth_url = http://controller:35357

  • replace auth_uri = ... by auth_url = ...

Upvotes: 1

Related Questions