** Also affects: openstack-api-site
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1538767
Title:
Users cannot create extra-routes with nexthop on ext-net
Status in neutron:
Fix Released
Status in openstack-api-site:
New
Bug description:
Non-admin users cannot create extra-routes on a router with a nexthop
on ext-net subnet:
# With admin user
neutron net-create pub --router-:external
neutron subnet-create pub 192.168.0.0/16
# With non-admin user
neutron router-create router
neutron router-gateway-set router pub
neutron router-update router --routes
nexthop=192.168.0.99,destination=10.10.10.0/24
>> Invalid format for routes: [{u'destination': u'10.10.10.0/24',
u'nexthop': u'192.168.0.99'}], the nexthop is not connected with router
But it succeeds with an admin user.
nexthop validation gets all ports connected to the router to check if
nexthop is on a subnet connected to the router BUT non-admin users are
only allowed to get internal ports!
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1538767/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp