Remove odl-aaa-authz 78/50578/2
authorRyan Goulding <ryandgoulding@gmail.com>
Tue, 17 Jan 2017 20:55:22 +0000 (15:55 -0500)
committerLuis Gomez <ecelgp@gmail.com>
Wed, 18 Jan 2017 01:29:58 +0000 (01:29 +0000)
odl-aaa-authz is a non-functional feature.  I inherited this feature from
a prior contributor of the AAA team.  I have a corresponding patch to
remove the feature in the aaa project:

https://git.opendaylight.org/gerrit/#/c/50449/

Similar authorization behavior can be enabled through odl-aaa-shiro for
HTTP related authorization.

Change-Id: Ida42719a8f2028fc89f4c14f590a8fbd761adbd4
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
features-test/src/main/resources/features.xml

index e29e3bd8ec480b812e61ce044ff838a19f2a4ce9..a52a05d2e5c933ad3c034c906d274d80282fcd1c 100644 (file)
@@ -58,7 +58,6 @@
     <!-- Please use alphabetical order to add a compatible with all features -->
     <feature name='odl-integration-compatible-with-all' version='${project.version}'>
         <feature version='${feature.aaa.version}'>odl-aaa-authn</feature>
-        <feature version='${feature.aaa.version}'>odl-aaa-authz</feature>
         <feature version='${feature.aaa.version}'>odl-aaa-shiro</feature>
         <feature version='${feature.netconf.version}'>odl-aaa-netconf-plugin</feature>
         <feature version='${feature.bgpcep.version}'>odl-bgpcep-bgp-all</feature>