Advertisement
Guest User

Untitled

a guest
Jul 4th, 2017
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. import time
  2. from cinderclient.v2 import client as cinder_client
  3. from glanceclient.v1 import client as glance_client
  4. from keystoneclient.v2_0 import client as keystone_client
  5. from neutronclient.v2_0 import client as neutron_client
  6. from novaclient import client as nova_client
  7.  
  8. ####End Imports
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement