Skip to content

Instantly share code, notes, and snippets.

@markgoddard
Created March 15, 2017 15:50
Show Gist options
  • Save markgoddard/f51975304262d9ed9554062ac39703b3 to your computer and use it in GitHub Desktop.
Save markgoddard/f51975304262d9ed9554062ac39703b3 to your computer and use it in GitHub Desktop.
nova.conf [ironic]
[ironic]
username = ironic
password = ****
auth_url = http://192.168.7.2:35357/v3
auth_type = password
project_name = service
user_domain_name = default
project_domain_name = default
api_endpoint = http://192.168.7.2:6385/v1
@markgoddard
Copy link
Author

markgoddard commented Mar 15, 2017

export OS_USERNAME=ironic
export OS_PASSWORD=****
export OS_AUTH_URL=http://192.168.7.2:35357/v3
export OS_PROJECT_NAME=service
export OS_USER_DOMAIN_NAME=default
export OS_PROJECT_DOMAIN_NAME=default
export OS_URL=http://192.168.7.2:6385/v1

openstack baremetal node list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment