mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Improved RackSpace configuration support (needed by latest version of rackspace API)
This commit is contained in:
@@ -11,16 +11,20 @@ username =
|
||||
api_key =
|
||||
|
||||
# OpenStack nova auth_url
|
||||
# For use with the new RackSpace API use https://identity.api.rackspacecloud.com/v2.0/
|
||||
auth_url =
|
||||
|
||||
# Authentication system
|
||||
auth_system =
|
||||
|
||||
# OpenStack nova project_id
|
||||
project_id = None
|
||||
project_id =
|
||||
|
||||
# Serverarm region name to use
|
||||
region_name =
|
||||
|
||||
# TODO: Some other options
|
||||
# insecure =
|
||||
# region_name =
|
||||
# endpoint_type =
|
||||
# extensions =
|
||||
# extensions =
|
||||
# service_type =
|
||||
# service_name =
|
||||
|
||||
Reference in New Issue
Block a user