Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Ubuntu 16.04.2 LTS (Xenial) for x86_64

  • Ubuntu 14.04 LTS (Trusty) for x86_64
  • CentOS-7-1611 for x86_64
     

...

          export OS_PROJECT_NAME=admin

 

          /* Authentication username, belongs to the project above, recommend admin user.*/

          export OS_USERNAME=admin


          /* Authentication password. Use your own password*/

          export OS_PASSWORD=secret


          /* Authentication URL, one of the endpoints of keystone service. If this is v3 version, there need some extra variables as follows.*/

...