Fix proposed to branch: master
Review: https://review.openstack.org/258812

** Changed in: horizon
       Status: New => Fix Released

** Changed in: horizon
     Assignee: (unassigned) => Chen Xing (chen-xing)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1515572

Title:
  Networking Option 1: Provider networks in Installation Guide, floating
  IPs list throw 404 error

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  in conf file /etc/neutron/neutron.conf on Network node if parameter
  service_plugins is defined without any setting

  e.g. service_plugins =

  Then several problems can be observed:
  1. Horizon give errors:
         - "fail to contact Neutron"
         -  "fail to retrive floating IPs"
         - Network topology tab gives error
  2. Not possible to use/manipulate floating IPs

  Solution in my case was to add some service plugin

  e.g. service_plugins = router

  Then restart Neutron services:

  for i in `systemctl list-units|grep neutron|cut -d\  -f1`; do
  systemctl restart $i; done

  After that all seem to be fine

  -----------------------------------
  Release: 0.1 on 2015-11-12 08:10
  SHA: 3de94056cb1c87983c19d93ecff71c695b98078e
  Source: 
http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/install-guide/source/neutron-controller-install-option1.rst
  URL: 
http://docs.openstack.org/liberty/install-guide-rdo/neutron-controller-install-option1.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1515572/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to