Not exactly, instead of introducing a new configuration property I was thinking
about something like:
```java
final Deployment deployment = api.getDeploymentApiForService(id).get(id);
if (deployment == null || deployment.roleInstanceList().isEmpty()) {
// Instead of returning null, call the old logic that lists all cloud
services
}
```
Does this make sense?
---
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/294#issuecomment-231968496