> @@ -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) {

```java
public UpdateImageOptions copyFrom(URI source) {
   ...
}
```

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/152/files#r18611492

Reply via email to