> @@ -266,7 +293,11 @@ public VMImage getImage(final String id) {
>  
>     @Override
>     public Iterable<Location> listLocations() {
> -      List<Location> locations = api.getLocationApi().list();
> +
> +      List<Location> locations = new ArrayList<Location>();
> +      Location loc = Location.create("westus", "westus", "westus", 20, 20);
> +      locations.add(loc);

Hardcoded list of locations have to be removed before merging.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/291/files/8a39037237f5cccc7d100bc58a9a82bdb89924b1#r67880711

Reply via email to