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
     

...

Sample Openstack credential file environment_config.sh:

 

 

          /*Project-level authentication scope (name or ID), recommend admin project.*/

 

...

          export OS_PROJECT_NAME=admin

...

 

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

...

 2. Dovetail requires Docker 1.8.0 and later  

    Use  Use the following steps to check if the right version of Docker is already installed, and if not, install it. 

    % docker --version

    As the docker installation process is much complex, you can refer to the official document: https://docs.docker.com/engine/installation/linux/

...