Merge "Move role data in share/ansible/roles"
This commit is contained in:
commit
537e504afa
13
setup.cfg
13
setup.cfg
@ -12,6 +12,19 @@ classifier =
|
||||
License :: OSI Approved :: Apache Software License
|
||||
Operating System :: POSIX :: Linux
|
||||
|
||||
[global]
|
||||
setup-hooks =
|
||||
pbr.hooks.setup_hook
|
||||
|
||||
[files]
|
||||
data_files =
|
||||
share/ansible/roles/os_tempest/defaults = defaults/*
|
||||
share/ansible/roles/os_tempest/meta = meta/*
|
||||
share/ansible/roles/os_tempest/tasks = tasks/*
|
||||
share/ansible/roles/os_tempest/templates = templates/*
|
||||
share/ansible/roles/os_tempest/files = files/*
|
||||
share/ansible/roles/os_tempest/vars = vars/*
|
||||
|
||||
[build_sphinx]
|
||||
all_files = 1
|
||||
build-dir = doc/build
|
||||
|
Loading…
Reference in New Issue
Block a user