Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <pre><code>http://10.0.0.2:5000/v2.0/tokens </code></pre> <p>Likely refers to the Keystone Service API.</p> <p>This API authenticates you to OpenStack's keystone identity service. All REST API Services are catalogued there in the catalog service. Additionally all of OpenStack relies on keystone to authenticate all API queries.</p> <p>Knowing nothing about bosh the attribute 'api_key' to me requires better context. </p> <p>Generally OpenStack doesn't require an API Key in its own concept of API authentication. </p> <p>More about openstack api authentication here: </p> <p><a href="http://docs.openstack.org/api/quick-start/content/index.html#Getting-Credentials-a00665" rel="nofollow">http://docs.openstack.org/api/quick-start/content/index.html#Getting-Credentials-a00665</a></p> <p>However there is a concept of an API Key in relation to EC2 keys. These can be generated with this query:</p> <pre><code>keystone ec2-credentials-create </code></pre> <p>My guess is that's what it requires there. </p> <p>More alternatives there:</p> <p>Credentials could be in in novarc file generated for your Openstack project with nova-manage project zipfile command. This is also available from the horizon interface.</p> <p>Alternatively it could refer to a provider specific API Key such as rackspaces ( I doubt this ):</p> <p><a href="http://docs.rackspace.com/servers/api/v2/cs-devguide/content/curl_auth.html" rel="nofollow">http://docs.rackspace.com/servers/api/v2/cs-devguide/content/curl_auth.html</a></p> <p>'default_key_name' probably refers to the name of a keypair that has been previously registered with openstack. This would be a keypair that can be injected into an image at instance run time. It should correspond to the .pem filename. The key would need to be available to your user and your tenant that you choose in the config.</p> <p>Check out a keypair creation / use example here:</p> <p><a href="http://docs.openstack.org/developer/nova/runnova/managing.instances.html" rel="nofollow">http://docs.openstack.org/developer/nova/runnova/managing.instances.html</a></p> <p>Best effort man. Hope that gives you what you need.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload