Improvements to OpenStack inventory script

This commit is contained in:
Carson Gee
2014-05-17 22:10:24 -04:00
parent e6fcd90342
commit eccb48c8da
2 changed files with 122 additions and 49 deletions

View File

@@ -14,7 +14,7 @@ api_key =
auth_url =
# Authentication system
auth_system =
auth_system = keystone
# OpenStack nova project_id
project_id =
@@ -22,6 +22,13 @@ project_id =
# Serverarm region name to use
region_name =
# Specify a preference for public or private IPs (public is default)
prefer_private = False
# What service type (required for newer nova client)
service_type = compute
# TODO: Some other options
# insecure =
# endpoint_type =