Atom feed of this document
  
 

 Create openrc.sh files

As explained in the section called “Create and source the OpenStack RC file”, use the credentials from the section called “Define users, tenants, and roles” and create the following PROJECT-openrc.sh files:

  • admin-openrc.sh for the administrative user

  • demo-openrc.sh for the normal user:

    export OS_USERNAME=demo
    export OS_PASSWORD=DEMO_PASS
    export OS_TENANT_NAME=demo
    export OS_AUTH_URL=http://controller:35357/v2.0

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...