File: README.rst

package info (click to toggle)
zaqar 21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,964 kB
  • sloc: python: 28,819; sh: 513; java: 135; makefile: 63; javascript: 50
file content (33 lines) | stat: -rw-r--r-- 619 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
=====
Zaqar
=====
======================
 Enabling in Devstack
======================

1. Download DevStack
--------------------

For more info on devstack installation follow the below link:

.. code-block:: ini

  https://docs.openstack.org/devstack/latest/

2. Add this repo as an external repository
------------------------------------------

.. code-block:: ini

     cat > /opt/stack/devstack/local.conf << END
     [[local|localrc]]
     enable_plugin zaqar https://git.openstack.org/openstack/zaqar
     END

3. Run devstack
--------------------

.. code-block:: ini

    cd /opt/stack/devstack
    ./stack.sh