Chapter 4. Installing PackStack

PackStack is provided by the openstack-packstack package. Follow this procedure to install the openstack-packstack package.

Procedure 4.1. Installing PackStack

  1. Use the yum command to install the openstack-packstack package.
    # yum install -y openstack-packstack
  2. Use the which command to verify that the PackStack utility is now available.
    # which packstack
    /usr/bin/packstack
The openstack-packstack package which provides the PackStack utility is now installed. Proceed to Chapter 5, Running PackStack for information on prerequisites and running PackStack for the first time.