in my view, provider network, no router, so it is not a good way add "service_plugins = router
On Mon, Nov 30, 2015 at 2:47 PM, Aijun Wang <[email protected]> wrote: > More thanks to Matt Kassawara and Shake Chen.... > > I do not know which one is the best solution: > 1 add "service_plugins = router" in /etc/neutron/neutron.conf > or > 2 False parameters in /etc/openstack-dashboard/local_settings > > how to fix it > > Engine > > On Mon, Nov 30, 2015 at 11:53 AM, Shake Chen <[email protected]> wrote: > >> you just need >> >> my solution is modified the /etc/openstack-dashboard/local_settings file >> e.g. >> OPENSTACK_NEUTRON_NETWORK = { >> 'enable_router': False, >> 'enable_quotas': False, >> 'enable_ipv6': False, >> 'enable_distributed_router': False, >> 'enable_ha_router': False, >> 'enable_lb': False, >> 'enable_firewall': False, >> 'enable_vpn': False, >> ... >> } >> set above parameters to False , and those Horizon give errors will >> disappear. >> >> On Sun, Nov 29, 2015 at 10:08 PM, Matt Kassawara <[email protected]> >> wrote: >> >>> If you're only using public/provider networks (no L3 agent), you >>> probably came across this bug: >>> >>> https://bugs.launchpad.net/horizon/+bug/1515572 >>> >>> On Sat, Nov 28, 2015 at 11:31 PM, Aijun Wang <[email protected]> wrote: >>> >>>> Hi all >>>> After installation step by step on CentOS7 1503 by Installation >>>> Guide - http://docs.openstack.org/liberty/install-guide-rdo/ with the >>>> following chapter >>>> >>>> - Add the Identity service >>>> <http://docs.openstack.org/liberty/install-guide-rdo/keystone.html> >>>> - Add the Image service >>>> <http://docs.openstack.org/liberty/install-guide-rdo/glance.html> >>>> - Add the Compute service >>>> <http://docs.openstack.org/liberty/install-guide-rdo/nova.html> >>>> - Add the Networking service >>>> <http://docs.openstack.org/liberty/install-guide-rdo/neutron.html> >>>> - Add the dashboard >>>> <http://docs.openstack.org/liberty/install-guide-rdo/horizon.html> >>>> >>>> >>>> When login dashaboard,it shows that "Error: Unable to retrieve floating >>>> IP addresses and Unable to connect to Neutron." >>>> and then , I try more than once can not launch instance on dashboard >>>> with the error "Danger: There was an error submitting the form.Please try >>>> again." >>>> >>>> Any one can help me! >>>> Thanks a lot. >>>> >>>> Engine >>>> >>>> _______________________________________________ >>>> Mailing list: >>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >>>> Post to : [email protected] >>>> Unsubscribe : >>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >>>> >>>> >>> >>> _______________________________________________ >>> Mailing list: >>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >>> Post to : [email protected] >>> Unsubscribe : >>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >>> >>> >> >> >> -- >> Shake Chen >> >> > -- Shake Chen
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
