mirror of https://github.com/ansible/ansible.git
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} ```pull/8007/head
parent
14cf3c4d2a
commit
50ffa9e0e7
Loading…
Reference in New Issue