
Turns out we know the mapping of service name to constsructor, so we can try the import for the user without actually importing. Keep the argument though, because this method should be usable by just about any random openstack client lib. Also, because backwards compat. Change-Id: I7e9672e3bf61b8b7b92d55903f4596382f18b515
11 lines
375 B
JSON
11 lines
375 B
JSON
{
|
|
"compute": "novaclient.client.Client",
|
|
"database": "troveclient.client.Client",
|
|
"identity": "keystoneclient.client.Client",
|
|
"image": "glanceclient.Client",
|
|
"network": "neutronclient.neutron.client.Client",
|
|
"object-store": "swiftclient.client.Connection",
|
|
"orchestration": "heatclient.client.Client",
|
|
"volume": "cinderclient.client.Client"
|
|
}
|