Repository: brooklyn-server Updated Branches: refs/heads/master 6fc7e6895 -> 1dfde7a4b
Add DigitalOcean2 and ProfitBricks features to Karaf build Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/57b1858c Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/57b1858c Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/57b1858c Branch: refs/heads/master Commit: 57b1858c96d04bd90754e813ca0b316972708698 Parents: 463910f Author: Sam Corbett <[email protected]> Authored: Tue Jul 11 11:29:44 2017 +0100 Committer: Sam Corbett <[email protected]> Committed: Tue Jul 11 11:29:44 2017 +0100 ---------------------------------------------------------------------- karaf/features/src/main/feature/feature.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/57b1858c/karaf/features/src/main/feature/feature.xml ---------------------------------------------------------------------- diff --git a/karaf/features/src/main/feature/feature.xml b/karaf/features/src/main/feature/feature.xml index 515ebce..d6a5038 100644 --- a/karaf/features/src/main/feature/feature.xml +++ b/karaf/features/src/main/feature/feature.xml @@ -277,6 +277,7 @@ <feature>jclouds-api-openstack-nova</feature> <feature>jclouds-api-byon</feature> <feature>jclouds-api-ec2</feature> + <feature>jclouds-digitalocean2</feature> <feature>jclouds-gogrid</feature> <feature>jclouds-elastichosts-lon-b</feature> <feature>jclouds-elastichosts-lon-p</feature> @@ -287,6 +288,7 @@ <feature>jclouds-go2cloud-jhb1</feature> <feature>jclouds-softlayer</feature> <feature>jclouds-api-cloudstack</feature> + <feature>jclouds-profitbricks</feature> <!-- feature>hpcloud</feature--> <feature>jclouds-rackspace-cloudservers-us</feature> <feature>jclouds-rackspace-cloudservers-uk</feature>
