Revision e0d03685 kamaki/cli/commands/image.py

b/kamaki/cli/commands/image.py
86 86
        if getattr(self, 'auth_base', False):
87 87
            plankton_endpoints = self.auth_base.get_service_endpoints(
88 88
                self._custom_type('image')\
89
                    or self._custom_type('plankton') or 'image',
89
                or self._custom_type('plankton') or 'image',
90 90
                self._custom_version('image')\
91
                    or self._custom_version('plankton') or '')
91
                or self._custom_version('plankton') or '')
92 92
            base_url = plankton_endpoints['publicURL']
93 93
            token = self.auth_base.token
94 94
        else:

Also available in: Unified diff