diff options
Diffstat (limited to 'heatclient/osc/plugin.py')
-rw-r--r-- | heatclient/osc/plugin.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/heatclient/osc/plugin.py b/heatclient/osc/plugin.py index ea1b69e..8bc3f15 100644 --- a/heatclient/osc/plugin.py +++ b/heatclient/osc/plugin.py @@ -11,6 +11,8 @@ # under the License. # +"""OpenStackClient plugin for Orchestration service.""" + import logging from osc_lib import utils |