Questions tagged [openstack-api]
20 questions
0
votes
1 answer
'openstack ip availability list/show' in Python API
I would like to use this openstack command using the Python API. Going through the Neutron documentation, I found this page.
I tried executing 'network_ip_availability.ListIpAvailability(neutron.list_networks())' but it I get a 'TypeError:…

CheddarChiz
- 23
- 5
0
votes
1 answer
Getting Nova Server From Metadata
Getting Nova Server From Metadata
Hi,
I'm using jclouds SDK with Java to retrieve OpenStack Nova Servers, i can retrieve the server through its id, but i didn't find any other way that i can get a Nova Server.
I saw in the OpenStack documentation…

ibr
- 319
- 1
- 5
- 19
0
votes
2 answers
Openstack allow api access from vm
We are currently using Openstack newtown. We can access the API using client on public endpoint from any computer, but the vm don't have access to it, they can ping the IP and dns name but can't curl or access using openstack-client. How can we…

Dubs
- 640
- 5
- 14
0
votes
1 answer
OpenStack SDK - How to create image with Kernel id and Ramdisk parameters?
I've been trying to create an OpenStack image informing the Kernel Id and Ramdisk Id, using the OpenStack Unified SDK (https://github.com/openstack/python-openstacksdk), but without success. I know this is possible, because the OpenStack CLI have…

Vini.g.fer
- 11,639
- 16
- 61
- 90
0
votes
1 answer
Openstack Python SDK - Glance does not return image MD5
I'm trying to download an OpenStack image from glance using only the Openstack Python SDK, but I only get this error:
Traceback (most recent call last):
File "/home/openstack/discovery/discovery.py", line 222, in
main(sys.argv[1:])
…

Vini.g.fer
- 11,639
- 16
- 61
- 90