ansible/lib/ansible
Michael 583136980d Adding os_quota support to the OpenStack modules (#19590)
* Adding os_quota support to the OpenStack modules

* Updated descriptions in doc string

* Updated version_added to 2.2 based on CI test feedback

* ready_for_review

* Changed exit_json to remove updating host var facts

* Updated version_added and docs

* Added support for state:absent paramater

This includes:
- Updated the doc string with the paramater information
- Updated the example section showing how to reset a project quota
- Added code support to handle state:absent
- Encountered a bug in delete_network_quota where it returns
an error instead of the current quota. Added support code to
workaround that issue until a proper fix can be added.

* Updated security groups kwarg to reflect Neutron kwargs

* Updated iteritems to be items based on CI feedback

* Updated descriptions and import statements based on code review feedback

* Updated CHANGELOG.md to include os_quota under new mods.
2017-01-08 18:55:12 +00:00
..
cli Correctly set loader path when using list tags/tasks 2016-12-21 21:01:02 -06:00
compat Fix role completion detection problem 2017-01-03 14:32:44 -06:00
config
errors adds feature to all modules to be run locally (#18763) 2016-12-15 15:47:29 -05:00
executor Allow OSError to skip scriptdir removal 2017-01-05 15:50:56 -08:00
galaxy
inventory warn when examined group_vars is not dir 2016-12-22 12:39:31 -05:00
module_utils update the _ios_template module to use the network_cli plugin (#19933) 2017-01-06 20:22:17 -05:00
modules Adding os_quota support to the OpenStack modules (#19590) 2017-01-08 18:55:12 +00:00
parsing Add a encode() to AnsibleVaultEncryptedUnicode (#19840) 2017-01-04 12:17:19 -05:00
playbook Removing unused files in playbook/ directory 2017-01-04 15:17:15 -06:00
plugins update the _ios_template module to use the network_cli plugin (#19933) 2017-01-06 20:22:17 -05:00
template Wrap unhandled errors from lookups in an AnsibleError 2016-12-21 11:48:18 -06:00
utils Contributing new module to manage HUAWEI data center CloudEngine switch. (#19793) 2017-01-03 22:30:59 -05:00
vars Display proper error on group_vars syntax error 2016-12-16 21:13:41 -05:00
__init__.py
constants.py Fix constants to use environment variables in preference to config files 2017-01-05 17:11:51 -08:00
release.py
test-requirements.txt