Mailing List Archive

About openstack common client

Hi,
I just want to ask about the relationship among openstackclient https://launchpad.net/python-openstackclient"]https://launchpad.net/python-openstackclient and other clients.
Will openstackclient replace other clients ( such as quantum client, keystone client, nova client, xx) or just a supplement?

by now, the openstackclient is calling codes from other clients, so it seems it is just another client wrapper. In this case, we will have to implement two set of front codes to call specific client. One will be in openstackclient, and one will be in separate client itself.

Thanks

Yong Sheng Gong