diff options
Diffstat (limited to 'reddwarfclient/auth.py')
| -rw-r--r-- | reddwarfclient/auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reddwarfclient/auth.py b/reddwarfclient/auth.py index a0f6e24..4494447 100644 --- a/reddwarfclient/auth.py +++ b/reddwarfclient/auth.py @@ -251,7 +251,7 @@ class ServiceCatalog(object): if service.get("type") != self.service_type: continue - if (self.service_name and self.service_type == 'reddwarf' and + if (self.service_name and self.service_type == 'database' and service.get('name') != self.service_name): continue |
