[Openstack] Cannot able to connect to putty from another system while installing controller node in openstack
Turbo Fredriksson
turbo at bayour.com
Mon Jun 27 09:59:43 UTC 2016
On Jun 27, 2016, at 10:44 AM, venkat boggarapu wrote:
> Set a username with --os-username, OS_USERNAME, or auth.username
> Set an authentication URL, with --os-auth-url, OS_AUTH_URL or auth.auth_url
> Set a scope, such as a project or domain, set a project scope with
> --os-project-name, OS_PROJECT_NAME or auth.project_name, set a domain scope
> with --os-domain-name, OS_DOMAIN_NAME or auth.domain_name
You need to create and source a "admin-openrc" file with the following
information (this is mine, yours might look different depending on how
you set it up):
export OS_AUTH_URL="http://controller:35357/v3"
export OS_IDENTITY_API_VERSION="3"
export OS_IMAGE_API_VERSION="2"
export OS_PASSWORD="SecretAdminPassword"
export OS_PROJECT_DOMAIN_NAME="default"
export OS_PROJECT_NAME="admin"
export OS_USERNAME="admin"
export OS_USER_DOMAIN_NAME="default"
Not all of these are necessary, but I'm not good enough yet to tell you
which ones you DON'T need :).
--
As soon as you find a product that you really like,
they will stop making it.
- Wilson's Law
More information about the Openstack
mailing list