Revision 144b3551 kamaki/cli/commands/pithos.py

b/kamaki/cli/commands/pithos.py
153 153

  
154 154
    @DontRaiseKeyError
155 155
    def _custom_container(self):
156
        return self.config.get_remote(self.cloud, 'pithos_container')
156
        return self.config.get_cloud(self.cloud, 'pithos_container')
157 157

  
158 158
    @DontRaiseKeyError
159 159
    def _custom_uuid(self):
160
        return self.config.get_remote(self.cloud, 'pithos_uuid')
160
        return self.config.get_cloud(self.cloud, 'pithos_uuid')
161 161

  
162 162
    def _set_account(self):
163 163
        self.account = self._custom_uuid()

Also available in: Unified diff