[jclouds] opestack support vm console (#557)

2014-10-07 Thread inbar stolberg
opestack support vm console You can merge this Pull Request by running: git pull https://github.com/inbarsto/cloudband-jclouds serverVmConsoleContrib Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds/pull/557 -- Commit Summary -- * opestack

Re: [jclouds] opestack support vm console (#557)

2014-10-07 Thread BuildHive
[jclouds ยป jclouds #1744](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1744/) SUCCESS This pull request looks good [(what's this?)](https://www.cloudbees.com/what-is-buildhive) --- Reply to this email directly or view it on GitHub:

Re: [jclouds] opestack support vm console (#557)

2014-10-07 Thread CloudBees pull request builder plugin
[jclouds-pull-requests #1251](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/1251/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/557#issuecomment-58157784

Re: [jclouds] opestack support vm console (#557)

2014-10-07 Thread Jeremy Daggett
Closed #557. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/557#event-175229018

Re: [jclouds] opestack support vm console (#557)

2014-10-07 Thread Jeremy Daggett
@inbarsto Thanks for the contribution! :+1: This feature has already been implemented as the Nova [Consoles Extension API](https://github.com/jclouds/jclouds/blob/1.8.x/apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/extensions/ConsolesApi.java)! For additional info, refer to

Re: [jclouds] opestack support vm console (#557)

2014-10-07 Thread Ignasi Barrera
@@ -403,6 +403,26 @@ public void testStartServerWhenResponseIs404() throws Exception { } } + public void testGetConsolForServerWhenResponseIs2xx() throws Exception { + String serverId = 123; + HttpRequest getServerCosole = HttpRequest.builder() +

Re: [jclouds] opestack support vm console (#557)

2014-10-07 Thread Ignasi Barrera
:) Thanks @jdagget! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/557#issuecomment-58212386