ktamas8 / openstack_utilities

a few examples / tools to help with OpenStack development, using Keystone v3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openstack_utilities

Small repo with a couple of tools / examples to help with OpenStack.

Testing against Keystone v3 / Kilo.

credentials

  • create a file in the directory called "credentials.py" in the format:
auth_url=''
username=''
project_id=''
user_domain_id=''
ssl_bundle=''

nova_boot

  • creates a machine using the Nova client, requires Keystone v3 API / Nova v2 API
  • it will prompt for each bit of information
  • stores credentials in a file in the same directory, run without arguments to test

About

a few examples / tools to help with OpenStack development, using Keystone v3


Languages

Language:Python 100.0%