From d20c863ebc11cecaaefe043e615b2fb4f5f26063 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Wed, 8 Jun 2016 14:17:14 -0500 Subject: osc-lib: exceptions Use osc-lib directly for exceptions. Leave openstackclient.common.exceptions for deprecation period. Change-Id: Iea3e862302372e1b31ccd27f69db59b4953ca828 --- doc/source/plugins.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/source') diff --git a/doc/source/plugins.rst b/doc/source/plugins.rst index 5911b330..de3018b9 100644 --- a/doc/source/plugins.rst +++ b/doc/source/plugins.rst @@ -151,9 +151,11 @@ the plugin commands: .. code-block:: python + # osc-lib interfaces available to plugins: + from osc_lib import exceptions + # OSC common interfaces available to plugins: from openstackclient.common import command - from openstackclient.common import exceptions from openstackclient.common import parseractions from openstackclient.common import logs from openstackclient.common import utils -- cgit v1.2.1