Re: [jclouds-labs-openstack] Adding copyFrom option to Glance (#163)

2014-10-21 Thread Andrew Phillips
Merged to [master](https://git-wip-us.apache.org/repos/asf?p=jclouds-labs-openstack.git;a=commit;h=9e2049dbd1a72922446e832b548e0a102d79d26d). Thanks for sticking with this! --- Reply to this email directly or view it on GitHub:

Re: [jclouds-labs-openstack] Adding copyFrom option to Glance (#163)

2014-10-21 Thread inbar stolberg
:+1: yay :) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/163#issuecomment-59962019

Re: [jclouds-labs-openstack] Adding copyFrom option to Glance (#163)

2014-10-20 Thread Zack Shoylev
} } - @Test + @Test(dependsOnMethods = testCreateUpdateAndDeleteImage) If this is to make sure the two tests don't step on each other, shouldn't it just be single-threaded? --- Reply to this email directly or view it on GitHub:

Re: [jclouds-labs-openstack] Adding copyFrom option to Glance (#163)

2014-10-20 Thread Zack Shoylev
+ public static String updatedImageName; + + @BeforeClass + public void init() { + Random random = new Random(); + imageName = IMAGE_NAME_PREFIX + random.nextInt(); + updatedImageName = IMAGE_NAME_PREFIX + random.nextInt(); + } + + @AfterTest + public void

Re: [jclouds-labs-openstack] Adding copyFrom option to Glance (#163)

2014-10-20 Thread Zack Shoylev
Looks good. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/163#issuecomment-59757149

Re: [jclouds-labs-openstack] Adding copyFrom option to Glance (#163)

2014-10-20 Thread Andrew Phillips
} } - @Test + @Test(dependsOnMethods = testCreateUpdateAndDeleteImage) shouldn't it just be single-threaded? Could do that, but then _no_ tests could run in parallel. But if we feel it's less confusing, fine with that, too. --- Reply to this email directly or view it on

Re: [jclouds-labs-openstack] Adding copyFrom option to Glance (#163)

2014-10-20 Thread Zack Shoylev
} } - @Test + @Test(dependsOnMethods = testCreateUpdateAndDeleteImage) How about adding a short comment and keeping dependsOn? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/163/files#r19087293

Re: [jclouds-labs-openstack] Adding copyFrom option to Glance (#163)

2014-10-20 Thread cloudband
} } - @Test + @Test(dependsOnMethods = testCreateUpdateAndDeleteImage) :+1: --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/163/files#r19091701

Re: [jclouds-labs-openstack] Adding copyFrom option to Glance (#163)

2014-10-18 Thread Andrew Phillips
@inbarsto @jdaggett @zack-shoylev Does this look OK to you..? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/163#issuecomment-59608798

Re: [jclouds-labs-openstack] Adding copyFrom option to Glance (#163)

2014-10-18 Thread inbar stolberg
:+1: --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/163#issuecomment-59617529

[jclouds-labs-openstack] Adding copyFrom option to Glance (#163)

2014-10-12 Thread Andrew Phillips
master version of https://github.com/jclouds/jclouds-labs-openstack/pull/162 /cc @inbarsto You can merge this Pull Request by running: git pull https://github.com/jclouds/jclouds-labs-openstack add-copyimage Or you can view, comment on it, or merge it online at:

Re: [jclouds-labs-openstack] Adding copyFrom option to Glance (#163)

2014-10-12 Thread CloudBees pull request builder plugin
[jclouds-labs-openstack-pull-requests #465](https://jclouds.ci.cloudbees.com/job/jclouds-labs-openstack-pull-requests/465/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub:

Re: [jclouds-labs-openstack] Adding copyFrom option to Glance (#163)

2014-10-12 Thread BuildHive
[jclouds ยป jclouds-labs-openstack #1845](https://buildhive.cloudbees.com/job/jclouds/job/jclouds-labs-openstack/1845/) 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: