mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[opennebula] add credentials to mock_helper
This commit is contained in:
parent
d382b22d07
commit
aea9b7b680
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ if Fog.mock?
|
|||
:ninefold_storage_token => 'ninefold_storage_token',
|
||||
# :public_key_path => '~/.ssh/id_rsa.pub',
|
||||
# :private_key_path => '~/.ssh/id_rsa',
|
||||
:opennebula_endpoint => 'http://opennebula:2633/RPC2',
|
||||
:opennebula_username => 'oneadmin',
|
||||
:opennebula_password => 'oneadmin',
|
||||
:openstack_api_key => 'openstack_api_key',
|
||||
:openstack_username => 'openstack_username',
|
||||
:openstack_tenant => 'openstack_tenant',
|
||||
|
|
Loading…
Reference in a new issue