distil/client/exc.py
adriant 15f64142fd Changes to client and shell to setup keystone auth
distil endpoint is now fetched if not given,
we also fetch a token is one isn't provided.

Change-Id: Idf3cf087e23c0066c52695e360cb8a7098604bd9
2014-08-27 16:17:07 +12:00

18 lines
680 B
Python

# Copyright (C) 2014 Catalyst IT Ltd
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
class CommandError(BaseException):
"""Invalid usage of CLI."""