Jump to: navigation, search

Difference between revisions of "Blazar/Installation using Devstack"

 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Installation guide ==
+
This page has been migrate to [https://docs.openstack.org/blazar/latest/install/install-using-devstack.html here].
 
 
This page includes instructions for Blazar installation using DevStack.
 
 
 
1. Download DevStack:
 
    git clone https://github.com/openstack-dev/devstack.git
 
 
 
2. Configure DevStack to install Blazar by adding the Blazar plugin to your local.conf file:
 
 
 
    cd devstack
 
    echo "enable_plugin blazar https://git.openstack.org/openstack/blazar" >> local.conf
 
 
 
3. Run DevStack:
 
 
 
    ./stack.sh
 
 
 
4. Now you can add hosts to Blazar:
 
 
 
    climate host-create hostname
 

Latest revision as of 07:22, 7 February 2018

This page has been migrate to here.