> @@ -131,5 +141,12 @@ public static CreateImageOptions owner(String owner) {
> public static CreateImageOptions property(String key, String value) {
> return CreateImageOptions.class.cast(new
> CreateImageOptions().property(key, value));
> }
> +
> + /**
> + * @see
> org.jclouds.openstack.glance.v1_0.options.CreateImageOptions#copyFrom(String)
> + */
> + public static CreateImageOptions copyFrom(String url) {
wont work unless you meant it too be:
headers.put(COPY_FROM, source.toString())
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/152/files#r18655521