Skip to content

Instantly share code, notes, and snippets.

Glance
List Images
root@csgsnm001os1:/var/tmp/HEAT# glance image-list
+--------------------------------------+----------------------+
| ID | Name |
+--------------------------------------+----------------------+
@tamurray
tamurray / tmurray_16VM_unix_Only_no_heat_scalTest-01.py
Created July 26, 2016 16:54
simple test script to spin up 16 vms in Openstack using python API clients
#!/usr/bin/python
import os
import sys
import time
from pprint import pprint
from concurrent import futures
from keystoneclient.v2_0 import client as ks_client
from novaclient import client as nova_client
from neutronclient.neutron import client as neutron_client