heat/devstack
Takashi Kajinami b452ea7089 Skip test_stack_update_with_replacing_userdata
This test case is frequently failing because of a known libvirt issue
in Ubuntu Jammy. We already disabled one functional test case, but will
disable this test case as well, to reduce failure rate of CI runs and
unblock gate.

The existing skip for a different test case[1] is re-implemented using
the proper configuration knob.

This also fixes tox.ini to adapt to new tox 4.0.
 - Update how passenv is defined because space-separated list is no
   longer allowed. Also the values are not case sensitive.
 - skipdist=True breaks installation so is removed.

[1] https://review.opendev.org/c/openstack/heat/+/866545

Co-Authored-By: Rabi Mishra <ramishra@redhat.com>
Related-Bug: #1998274
Story: 2010487
Task: 47056
Change-Id: I915dc83ccde6b6b8497642857292f9974fd84e98
2022-12-23 13:26:52 +09:00
..
lib Skip test_stack_update_with_replacing_userdata 2022-12-23 13:26:52 +09:00
upgrade Update stestr args for inclusive language 2022-11-09 16:11:34 +10:00
README.rst Switch to use opendev.org 2019-04-22 09:36:50 +05:30
plugin.sh Migrate functional test jobs to zuul v3 2020-01-07 09:38:04 +08:00
settings Drop creating extra endpoints in devstack 2019-08-19 10:33:49 +00:00

README.rst

Enabling heat in DevStack

  1. Download DevStack:

    git clone https://opendev.org/openstack-dev/devstack
    cd devstack
  2. Add this repo as an external repository into your local.conf file:

    [[local|localrc]]
    enable_plugin heat https://opendev.org/openstack/heat
  3. Run stack.sh.