InterviewSolution
Saved Bookmarks
| 1. |
Explain About Openstack Python Sdk? |
|
Answer» For writing python scripts and managing in Openstack CLOUD, SDK (Software Development Kit) is used. The SDK implements Python BINDING to the OpenStack API, which enables you to achieve AUTOMATION tasks in Python by making CALLS on Python objects instead of making REST calls directly. For writing python scripts and managing in Openstack cloud, SDK (Software Development Kit) is used. The SDK implements Python binding to the OpenStack API, which enables you to achieve automation tasks in Python by making calls on Python objects instead of making REST calls directly. |
|