fix: incorrect filelist names in rq
Change-Id: I8f5600ec1759a50398d1d8b038f44328bc8579a3
This commit is contained in:
parent
a4fed99239
commit
c3a6b6e2c1
@ -31,7 +31,7 @@ filelists:
|
|||||||
- 'etc-nova'
|
- 'etc-nova'
|
||||||
- 'etc-swift'
|
- 'etc-swift'
|
||||||
- 'root-ceph'
|
- 'root-ceph'
|
||||||
cinder: ['/etc/cinder']
|
cinder: ['etc-cinder']
|
||||||
ceph-osd: ['root-ceph', 'etc-ceph']
|
ceph-osd: ['root-ceph', 'etc-ceph']
|
||||||
compute: ['etc-libvirt', 'etc-nova']
|
compute: ['etc-libvirt', 'etc-nova']
|
||||||
no_fuel: ['etc-hiera', 'etc-neutron']
|
no_fuel: ['etc-hiera', 'etc-neutron']
|
||||||
@ -40,8 +40,8 @@ filelists:
|
|||||||
ubuntu: ['etc-apt', 'etc-lsb-release', 'etc-network']
|
ubuntu: ['etc-apt', 'etc-lsb-release', 'etc-network']
|
||||||
centos: ['etc-redhat-release', 'etc-sysconfig', 'etc-yum']
|
centos: ['etc-redhat-release', 'etc-sysconfig', 'etc-yum']
|
||||||
by_release:
|
by_release:
|
||||||
'9.0': ['/etc/fuel']
|
'9.0': ['etc-fuel']
|
||||||
'9.1': ['/etc/fuel']
|
'9.1': ['etc-fuel']
|
||||||
scripts:
|
scripts:
|
||||||
by_release:
|
by_release:
|
||||||
'4.1':
|
'4.1':
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
project_name = 'timmy'
|
project_name = 'timmy'
|
||||||
version = '1.20.2'
|
version = '1.20.3'
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
import sys
|
import sys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user