neutron-hostconfig-ovs: add odl-aaa-cert dependency 69/60969/3
authorIsaku Yamahata <isaku.yamahata@intel.com>
Tue, 1 Aug 2017 06:20:20 +0000 (23:20 -0700)
committerIsaku Yamahata <isaku.yamahata@intel.com>
Thu, 3 Aug 2017 18:58:44 +0000 (11:58 -0700)
odl-neutron-hostconfig-ovs SingleFeatureTest fails with the following
exception to load dependent feature.

> Caused by: java.lang.IllegalArgumentException: null encryptSalt in AaaEncryptServiceConfig: AaaEncryptServiceConfig{augmentations={}}
>  at org.opendaylight.aaa.encrypt.AAAEncryptionServiceImpl.<init>(AAAEncryptionServiceImpl.java:68)
>  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
>  at org.apache.aries.blueprint.utils.ReflectionUtils.newInstance(ReflectionUtils.java:331)
>  at org.apache.aries.blueprint.container.BeanRecipe.newInstance(BeanRecipe.java:984)
>  at org.apache.aries.blueprint.container.BeanRecipe.getInstanceFromType(BeanRecipe.java:349)
>  ... 30 more

Change-Id: I674cdaa1055b7aa3ecc02af485bf744f28101dbe
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
features/production/odl-neutron-hostconfig-ovs/pom.xml

index 76d6efaaa71a57ea299e0ffc1746efc28b6cbc0b..932d8a493151e7af752afb744c543803b8df0aeb 100644 (file)
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.aaa</groupId>
+            <artifactId>odl-aaa-cert</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+            <version>0.6.0-SNAPSHOT</version>
+        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>model</artifactId>