> @@ -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) {
```java
public static CreateImageOptions copyFrom(URI source) {
...
}
```
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/152/files#r18611749