Skip to content

Hard code the variables and create instances on openstack

Notifications You must be signed in to change notification settings

mohi048/openstack-common-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

#create-instance-kilo-openstack.py

This script creates a vm instance on openstack enviroment, Update the following parameters on the script

instance_name = Name of vm to be created, To be put in by user

instance_base_image = Image ID stored in openstack, ID be pulled up by command "glance image-list"

instance_flavor = Instance paramters such as disk/cpu count , ID be pulled up by command "nova flavor-list"

instance_network = Network to be associated by instance , ID to be pulled up by command "neutron net-list"

Update your openstack credentials on varibles

username

password

tenant_name

auth_url

To execute the script

python create-instance-kilo-openstack.py

About

Hard code the variables and create instances on openstack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages