> @@ -47,6 +49,14 @@ public CreateImageOptions id(String id) {
> return this;
> }
>
> + /**
> + * @param url the url of the image to be copied into openstack
> + */
> + public UpdateImageOptions copyFrom(String url) {
wont work if you meant to use it as:
headers.put(String, String)
unless you want it to look like:
headers.put(COPY_FROM, source.toString) which is not that wonderful ;)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/152/files#r18654456