Repository: jclouds-cli Updated Branches: refs/heads/master d5a780059 -> 5247e107a
JCLOUDS-669: Add support for openstack-swift Project: http://git-wip-us.apache.org/repos/asf/jclouds-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-cli/commit/840c0639 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-cli/tree/840c0639 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-cli/diff/840c0639 Branch: refs/heads/master Commit: 840c06397a07e0a9e43b1007a742582a0a82b012 Parents: d5a7800 Author: Andrew Gaul <[email protected]> Authored: Tue May 26 18:07:14 2015 -0700 Committer: Andrew Gaul <[email protected]> Committed: Tue May 26 18:07:14 2015 -0700 ---------------------------------------------------------------------- assembly/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/840c0639/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index c01c997..5f4c050 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -192,6 +192,7 @@ <feature>jclouds-api-filesystem</feature> <feature>jclouds-api-openstack-nova</feature> <feature>jclouds-api-openstack-cinder</feature> + <feature>jclouds-api-openstack-swift</feature> <feature>jclouds-api-rackspace-cloudidentity</feature> <feature>jclouds-api-s3</feature> <feature>jclouds-api-swift</feature>
