This patch fix the pep8 error D300 about symbol that
D300 Use """triple double quotes""" (found '''-quotes)
when execute run_tests.sh.
Change-Id: I79076b0d2a02eea59a47f263ad6bb30e48c6d1b7
This patch revises the client.Client constructor so that other software
can invoke senlinclient in the same way as they do with other client
packages.
Change-Id: I060e2bf70d51ec381934cfd487a1a6cb44f0edd2
Closes-Bug: #1498906
The previous version was using an endpoint. With sessions we may be
able to provide a Shell like environment without having to create
connections each time.