1. 01 Jul, 2014 1 commit
    • nova.py: Set defaults for OpenStack settings · 50ffa9e0
      - 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
  2. 29 Jun, 2014 3 commits
  3. 28 Jun, 2014 3 commits
  4. 27 Jun, 2014 1 commit
  5. 26 Jun, 2014 11 commits
  6. 25 Jun, 2014 12 commits
  7. 24 Jun, 2014 9 commits