Revision 72fa0010 kamaki/cli/commands/image.py

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

Also available in: Unified diff