Questions tagged [openstack-python-api]
18 questions
0
votes
1 answer
How to sync / update local (volume) data with OpenStack server?
I want to create a server within OpenStack nova.
The first step is to create a volume from an image:
volume = cinder.volumes.create(5, name="test", imageRef=some_id, ...)
The volume will then for some time in the state 'creating'. Calling…

Andreas Florath
- 4,418
- 22
- 32
-3
votes
1 answer
Accessing data from API Using Python ( Doubts )
I'm a newbie in using API. I just want to get the data from API and store it in a database. I know there are many libraries/packages in python to extract the data from specific API (for example Google API: google-api-python-client). So is there any…

Nihal Mudhiraj
- 7
- 3