[jira] [Commented] (JCLOUDS-1086) Thoughts on an Artifactory provider

2016-02-21 Thread Christopher Dancy (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15156279#comment-15156279 ] Christopher Dancy commented on JCLOUDS-1086: I see your point and that's fair. We were

Re: [jclouds-labs] JCLOUDS-1085: support for waiting on key changes (#239)

2016-02-21 Thread Ignasi Barrera
> @@ -94,6 +94,40 @@ public void testDeleteNonExistentKey() { >assertNull(deletedKey); > } > > + @Test > + public void testWaitKey() { > + String localKey = randomString(); > + String localValue = randomString(); > + Key createdKey = api().createKey(localKey,

Re: [jclouds-labs] JCLOUDS-1085: support for waiting on key changes (#239)

2016-02-21 Thread Ignasi Barrera
> + MockWebServer server = mockEtcdJavaWebServer(); > + > + server.enqueue(new > MockResponse().setBody(payloadFromResource("/keys-wait.json")).setResponseCode(200)); > + EtcdApi etcdApi = api(server.getUrl("/")); > + KeysApi api = etcdApi.keysApi(); > + try { > +

Re: [jclouds] Add alias fallback info to keystone and nova extensions. (#926)

2016-02-21 Thread Ignasi Barrera
> @@ -48,7 +48,7 @@ > * > */ > @Beta > -@Extension(of = ServiceType.IDENTITY, namespace = > ExtensionNamespaces.OS_KSADM) > +@Extension(of = ServiceType.IDENTITY, namespace = > ExtensionNamespaces.OS_KSADM, name = "OpenStack Keystone Admin", alias = > "OS-KSADM") Out of curiosity. Why are

Re: [jclouds] Update profitbricks readme to reflect previous refactoring changes (#925)

2016-02-21 Thread Ignasi Barrera
:+1: --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/925#issuecomment-186936516

Re: [jclouds-site] Promote ProfitBricks (#180)

2016-02-21 Thread Ignasi Barrera
lgtm. Thanks! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/180#issuecomment-186936493

Re: [jclouds-karaf] Promote ProfitBricks (#76)

2016-02-21 Thread Ignasi Barrera
New dependency should now be available in the snapshots repo, rebuild please! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-karaf/pull/76#issuecomment-186936407

Re: [jclouds-labs] Remove ProfitBricks (#238)

2016-02-21 Thread Ignasi Barrera
+1! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/238#issuecomment-186936190