File: README.rst

package info (click to toggle)
cinder-tempest-plugin 1.19.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 460 kB
  • sloc: python: 3,281; makefile: 22
file content (23 lines) | stat: -rw-r--r-- 620 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Change the ownership of a specific devstack data subdirectory

This is needed in order to have cinderlib functional tests,
which are normally executed by the `zuul` user, run under
a devstack deployment where the `stack` user is the owner.

**Role Variables**

.. zuul:rolevar:: devstack_data_dir
   :default: /opt/stack/data

   The devstack data directory.

.. zuul:rolevar:: devstack_data_subdir_changed
   :default: cinder

   The devstack data subdirectory whose ownership
   is changed.

.. zuul:rolevar:: devstack_data_subdir_owner
   :default: zuul

   The new owner of the specified devstack data subdirectory.