Installing development sandbox

Configuring devstack

  1. Download devstack.

  2. Create a local.conf file as input to devstack.

  3. The panko services are not enabled by default, so they must be enabled in local.conf before running stack.sh.

    This example local.conf file shows all of the settings required for panko:

    [[local|localrc]]
    # Enable the Panko devstack plugin
    enable_plugin panko https://git.openstack.org/openstack/panko.git
    

Table Of Contents

Previous topic

Installing Panko

Next topic

Installing Manually

Project Source

This Page