- 10 Jul, 2015 2 commits
-
-
Brian Coca committed
-
renamed plugins to contrib (they are not really plugins) rewrote README.md to reflect new usage added new dir to setup.py so it gets copied with installation, in views of making using inventory scripts easier in teh future
Brian Coca committed
-
- 20 May, 2015 1 commit
-
-
Monty Taylor committed
-
- 01 Oct, 2014 3 commits
-
-
Marc Abramowitz committed
-
- auth_system - region_name - service_type These are config settings that could be left out in many scenarios, but the current code is requiring them. In particular, "service_type" is a new one in PR #7444 so if we add that and don't set a default, then existing .ini files won't work: ``` File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py", line 618, in get raise NoOptionError(option, section) ConfigParser.NoOptionError: No option 'service_type' in section: 'openstack' ```
Marc Abramowitz committed -
Carson Gee committed
-
- 03 Aug, 2014 1 commit
-
-
The provisioning module knows more about how nova deals with IP addresses now. Ensure that the inventory module is similarly as smart by separating out the logic into the openstack/module_utils.
Monty Taylor committed
-
- 01 Jul, 2014 2 commits
-
-
- auth_system - region_name These are config settings that could be left out in many scenarios, but the current code is requiring them. With this in place, I can get by with this minimal .ini file: ```ini [openstack] version=1.1 auth_url=http://{keystone_host}:5000/v2.0 project_id=web username={username} api_key={password} ```
Marc Abramowitz committed -
Marc Abramowitz committed
-
- 30 Jun, 2014 1 commit
-
-
@mpdehaan said that nothing uses them at https://github.com/ansible/ansible/pull/7988#issuecomment-47600006
Marc Abramowitz committed
-
- 05 Jun, 2014 1 commit
-
-
Signed-off-by: Hector Acosta <hector.acosta@gmail.com>
Hector Acosta committed
-
- 23 May, 2013 1 commit
-
-
bennojoy committed
-
- 16 Mar, 2013 1 commit
-
-
Jeffrey Chu committed
-
- 09 Oct, 2012 2 commits
-
-
Marco Vito Moscaritolo committed
-
Marco Vito Moscaritolo committed
-