Takashi Kajinami d60cba7a80 devstack: Fix manage.py execution with GLOBAL_VENV
We need to use the specific python path to run the command with
all software installed in global virtualenv.

Change-Id: I4d9c26e25851be0a955f4172a530eff266a89331
(cherry picked from commit 0fa798fe58bb3bed7f133112e1fa38c11cc18da7)
(cherry picked from commit 2ea1a6e02559b750bd8ee61169bbbb3d7bc6aed6)
2024-10-21 22:11:57 +09:00
..
2019-10-19 07:16:14 +00:00
2019-09-24 04:26:19 -07:00
2023-10-04 14:39:57 +00:00

Enabling in Devstack

WARNING: the stack.sh script must be run in a disposable VM that is not being created automatically, see the README.md file in the "devstack" repository. See contrib/vagrant to create a vagrant VM.

  1. Download DevStack:

    git clone https://opendev.org/openstack/devstack.git
    cd devstack
  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin designate https://opendev.org/openstack/designate
  3. run stack.sh