How can I invoke the cli command in other host machine?
I installed the openstack cloud in three host machine, I can execute the follow command in the controller nodes:
keystone tenant-create --name=openstackteam --description="openstack team tenant"
But I am writing a project that using openstacksdk to interact with my openstack cloud.
such as, I want to use the keystone create tenant command method to create the project and user, how can I do that in my python project(using openstacksdk).