Juniper / wistar

Wistar is a tool to help create and share network topologies of virtual machines. It is designed to be light weight enough to run on a laptop or a small dedicated server.
http://wistar.readthedocs.io/en/latest/
Apache License 2.0
155 stars 41 forks source link

Openstack backend should use openstacksdk #44

Open Sidiox opened 6 years ago

Sidiox commented 6 years ago

The current openstackUtils.py code uses static REST interactions with the openstack api. This lacks support for different apis on different ips.

The backend code should use the openstacksdk to communicate with an openstack cluster