cloudstack_resources icon indicating copy to clipboard operation
cloudstack_resources copied to clipboard

Support for project_id

Open larstobi opened this issue 12 years ago • 1 comments

I would like support for instances within a project_id, by specifying it in transport.yaml.

cloudstack:
  api_key: 'api_key'
  secret_access_key: 'secret_key'
  host: '127.0.0.1'
  port: '8080'
  path: '/client/api'
  scheme: 'http'
  project: 'project_id'

larstobi avatar Nov 20 '13 10:11 larstobi

second that, I am working on adding it .. if it works, I'll add a pull request ;)

aukjan avatar Mar 27 '14 10:03 aukjan