initialize the client field

Change-Id: I4ab07a50f38fb43580e25ac5462170d5e7906ff1
Implements: blueprint vitrage-cli
This commit is contained in:
Eyal 2015-11-22 13:58:00 +02:00
parent 01bf1694c9
commit d4f75a8254

View File

@ -52,6 +52,8 @@ class VitrageShell(app.App):
deferred_help=True,
)
self._client = None
def build_option_parser(self, description, version, **argparse_kwargs):
"""Return an argparse option parser for this application.