Skip to content

Instantly share code, notes, and snippets.

@dcarley
Created July 16, 2014 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcarley/7b3566931b1e77ac3481 to your computer and use it in GitHub Desktop.
Save dcarley/7b3566931b1e77ac3481 to your computer and use it in GitHub Desktop.
fog credentials error
➜ vcloud-core git:(vcloud_login_token_tool) b ./bin/vcloud-login
vCloud password:
/Users/dcarley/vendor/bundle/gems/fog-core-1.22.0/lib/fog/core/errors.rb:114:in `missing_credentials': Missing Credentials (Fog::Errors::LoadError)
To run as 'default', add the following to your resource config file: /Users/dcarley/.fog
An alternate file may be used by placing its path in the FOG_RC environment variable
#######################################################
# Fog Credentials File
#
# Key-value pairs should look like:
# :aws_access_key_id: 022QF06E7MXBSAMPLE
:default:
:aws_access_key_id:
:aws_secret_access_key:
:bluebox_api_key:
:bluebox_customer_id:
:brightbox_client_id:
:brightbox_secret:
:clodo_api_key:
:clodo_username:
:go_grid_api_key:
:go_grid_shared_secret:
:google_client_email:
:google_key_location:
:google_project:
:google_storage_access_key_id:
:google_storage_secret_access_key:
:hp_access_key:
:hp_secret_key:
:hp_tenant_id:
:hp_avl_zone:
:linode_api_key:
:local_root:
:bare_metal_cloud_password:
:bare_metal_cloud_username:
:public_key_path:
:private_key_path:
:openstack_api_key:
:openstack_username:
:openstack_auth_url:
:openstack_tenant:
:openstack_region:
:ovirt_username:
:ovirt_password:
:ovirt_url:
:libvirt_uri:
:rackspace_api_key:
:rackspace_username:
:rackspace_servicenet:
:rackspace_cdn_ssl:
:rage4_email:
:rage4_password:
:riakcs_access_key_id:
:riakcs_secret_access_key:
:stormondemand_username:
:stormondemand_password:
:terremark_username:
:terremark_password:
:voxel_api_key:
:voxel_api_secret:
:zerigo_email:
:zerigo_token:
:dnsimple_email:
:dnsimple_password:
:dnsmadeeasy_api_key:
:dnsmadeeasy_secret_key:
:dreamhost_api_key:
:cloudstack_host:
:cloudstack_api_key:
:cloudstack_secret_access_key:
:vsphere_server:
:vsphere_username:
:vsphere_password:
:libvirt_username:
:libvirt_password:
:libvirt_uri:
:libvirt_ip_command:
:ibm_username:
:ibm_password:
:vcloud_director_host:
:vcloud_director_username:
:vcloud_director_password:
#
# End of Fog Credentials File
#######################################################
from /Users/dcarley/vendor/bundle/gems/fog-core-1.22.0/lib/fog/core/credentials.rb:71:in `credentials'
from /Users/dcarley/projects/govuk/vcloud-core/lib/vcloud/fog/login.rb:23:in `check_plaintext_pass'
from /Users/dcarley/projects/govuk/vcloud-core/lib/vcloud/fog/login.rb:10:in `token'
from /Users/dcarley/projects/govuk/vcloud-core/lib/vcloud/fog/login.rb:17:in `token_export'
from /Users/dcarley/projects/govuk/vcloud-core/lib/vcloud/core/login_cli.rb:16:in `run'
from ./bin/vcloud-login:5:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment