Comment 7 for bug 1453160

Revision history for this message
Mike Lloyd (kevin-michael-lloyd) wrote :

Verification done, commands are present.

root@controller-1:~# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=15.04
DISTRIB_CODENAME=vivid
DISTRIB_DESCRIPTION="Ubuntu 15.04"

root@controller-1:~# apt-cache policy heat-common
heat-common:
  Installed: 2015.1.0-0ubuntu1.1
  Candidate: 2015.1.0-0ubuntu1.1
  Version table:
 *** 2015.1.0-0ubuntu1.1 0
        100 /var/lib/dpkg/status
     2015.1.0-0ubuntu1 0
        500 http://us.archive.ubuntu.com/ubuntu/ vivid-updates/main amd64 Packages
     2015.1~rc1-0ubuntu1 0
        500 http://us.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages

root@controller-1:~# heat-keystone-setup-domain --version
2015.1.0
root@controller-1:~# heat-db-setup --version
Set up a local MySQL database for use with heat.
This script will create a 'heat' database that is accessible
only on localhost by user 'heat' with password 'heat'.

Usage: heat-db-setup <rpm|deb> [options]
Options:
 select a distro type (rpm or debian)

 --help | -h
  Print usage information.
 --password <pw> | -p <pw>
  Specify the password for the 'heat' MySQL user that will
  use to connect to the 'heat' MySQL database. By default,
  the password 'heat' will be used.
 --rootpw <pw> | -r <pw>
  Specify the root MySQL password. If the script installs
  the MySQL server, it will set the root password to this value
  instead of prompting for a password. If the MySQL server is
  already installed, this password will be used to connect to the
  database instead of having to prompt for it.
 --yes | -y
  In cases where the script would normally ask for confirmation
  before doing something, such as installing mysql-server,
  just assume yes. This is useful if you want to run the script
  non-interactively.