You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2018/02/02 15:32:11 UTC

jclouds-karaf git commit: Add openstack-neutron to feature.xml

Repository: jclouds-karaf
Updated Branches:
  refs/heads/master fd000a3c9 -> c117ed392


Add openstack-neutron to feature.xml


Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/c117ed39
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/c117ed39
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/c117ed39

Branch: refs/heads/master
Commit: c117ed392d624f825488f2738feee433fca4d04d
Parents: fd000a3
Author: andreaturli <an...@gmail.com>
Authored: Fri Feb 2 16:14:19 2018 +0100
Committer: andreaturli <an...@gmail.com>
Committed: Fri Feb 2 16:30:55 2018 +0100

----------------------------------------------------------------------
 feature/src/main/feature/feature.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/c117ed39/feature/src/main/feature/feature.xml
----------------------------------------------------------------------
diff --git a/feature/src/main/feature/feature.xml b/feature/src/main/feature/feature.xml
index d60596e..86a8d5a 100644
--- a/feature/src/main/feature/feature.xml
+++ b/feature/src/main/feature/feature.xml
@@ -168,6 +168,7 @@ limitations under the License.
         <feature version='${project.version}'>jclouds-compute</feature>
         <feature version='${project.version}'>jclouds-api-openstack-keystone</feature>
         <bundle dependency='true'>mvn:org.apache.jclouds.common/openstack-common/${jclouds.version}</bundle>
+        <bundle dependency='true'>mvn:org.apache.jclouds.api/openstack-neutron/${jclouds.version}</bundle>
         <bundle>mvn:org.apache.jclouds.api/openstack-nova/${jclouds.version}</bundle>
     </feature>