f598fd23e11d31b547a5b7b9281cb8250fd30269
There were two code paths that did the same thing, and while the code paths did the same thing, one of them supported region_name and the other one did not. Moving all this functionality into a single function to prevent this from happening in the future. - Re-factored make_client and create_connection. - Remove now unused sdk.py. - Renamed test_sdk to test_plugin. Change-Id: Ibb477290c90e9af51be3537d11cf5142041db37f
Team and repository tags
OpenStackClient Plugin for Senlin Clustering Service
This is a client library for Senlin built on the Senlin clustering API. It provides a plugin for the openstackclient command-line tool.
Development takes place via the usual OpenStack processes as outlined in the developer guide. The master repository is in Git.
Description