Commit Graph

16 Commits (7f386385752a9ba9154fd0ce3f40d6dcd7685687)

Author SHA1 Message Date
Toshio Kuratomi 33e1d9d1cb Doc fixes 9 years ago
David Shrewsbury f47b499bb9 Merge pull request #1528 from Shrews/os_group
Add os_group.py OpenStack module
9 years ago
David Shrewsbury 57ac47ba25 Merge pull request #1552 from Shrews/os_flavor_facts
New OpenStack os_flavor_facts.py module
9 years ago
David Shrewsbury 514b2fbec5 Merge pull request #1520 from Shrews/os_keystone_role
Add new os_keystone_role module.
9 years ago
Ricardo Carrillo Cruz 68d906e8c4 Fix instantiation of openstack_cloud object in os_project
The os_project module instantiates the openstack cloud object
by passing the module params kwargs.
As the params contain a key named 'domain_id', this is used
for domain in the OpenStack connection, instead of the domain value
the user specifies on the OSCC clouds.yaml or OpenStack envvars.
This fix corrects this by popping the 'domain_id' key, so it we
keep the value but it's not passed later on module.params.
9 years ago
David Shrewsbury 2d7ebf0b1c Add new os_flavor_facts.py module
New module to retrieve facts about existing instance flavors.
By default, facts on all available flavors will be returned.
This can be narrowed by naming a flavor or specifying criteria
about flavor RAM or VCPUs.
9 years ago
David Shrewsbury 4094154afa Add os_group.py OpenStack module
Allows an admin (or privileged user) to manage Keystone v3
groups.
9 years ago
David Shrewsbury 46b4622eba Fix exception output for os_keystone_domain.
The message attribute of a shade exception is not very helpful.
Converting to a full string will contain many more details.
9 years ago
David Shrewsbury b1d6c33712 Add new os_keystone_role module.
This new module allows for creating and deleting Keystone
roles.
9 years ago
David Shrewsbury f798240f43 Update Keystone Domain module for latest shade 9 years ago
Monty Taylor 02e91f8897 Extract module for keystone domain management 9 years ago
Haneef Ali b65bd39615 Ansible module for Keystone V3 API
Change-Id: I9db323cc9e5a42353cab5cf4be6e22449cef8542
9 years ago
Brian Coca fa11718c0f fixed domain_id to actually be supported
also added domain as an alias
alt fixes #1437
9 years ago
Gauvain Pocentek 652676cf95 Add an __init__.py file in openstack/
The os_project module doesn't get installed if the __init__ file doesn't
exist in the repository.
9 years ago
Alberto Gireud c9e4c32f41 Fix return documentation 9 years ago
Alberto Gireud b01f083ec3 Add openstack project module 9 years ago