summaryrefslogtreecommitdiff
path: root/os_client_config/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'os_client_config/exceptions.py')
-rw-r--r--os_client_config/exceptions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/os_client_config/exceptions.py b/os_client_config/exceptions.py
index 556dd49..898292a 100644
--- a/os_client_config/exceptions.py
+++ b/os_client_config/exceptions.py
@@ -12,9 +12,9 @@
# License for the specific language governing permissions and limitations
# under the License.
+from openstack import exceptions
-class OpenStackConfigException(Exception):
- """Something went wrong with parsing your OpenStack Config."""
+OpenStackConfigException = exceptions.ConfigException
class OpenStackConfigVersionException(OpenStackConfigException):