Files
community.general/plugins/inventory
Marc Abramowitz 50ffa9e0e7 nova.py: Set defaults for OpenStack settings
- 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}
```
2014-07-01 10:05:57 -07:00
..
2014-04-16 00:36:38 +02:00
2014-04-16 00:36:38 +02:00
2014-04-16 11:27:36 -05:00
2014-04-29 12:13:55 -04:00
2014-03-11 16:16:24 -04:00
2013-06-28 19:11:32 +00:00
2014-04-12 15:57:59 -04:00
2014-02-10 14:18:00 -05:00
2014-02-10 14:18:00 -05:00