]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Context: is_admin==True implies is_advsvc=True
authorSalvatore Orlando <salv.orlando@gmail.com>
Wed, 29 Apr 2015 23:07:27 +0000 (16:07 -0700)
committerSalvatore Orlando <salv.orlando@gmail.com>
Thu, 30 Apr 2015 17:37:24 +0000 (10:37 -0700)
commit661dea6b5e1861e56bfccc8ebe1ae637a70b3cbd
tree922b44bc627d536d0be690d81f734e6ffedcfcca
parentc5990212dc280f6f1efdfaead3763b296f729a65
Context: is_admin==True implies is_advsvc=True

With this change is the is_admin parameter is set to True when
creating a context, the is_advsvc property is set to True as well,
without executing a pointless check with policy engine.

Closes-Bug: #1450244

Change-Id: I0a21a82692665599260d07c00c55df18fc926eb5
neutron/context.py