Add rsync to nova-compute
when configure `remote_filesystem_transport` to rsync, rsync binary is required. Change-Id: I07be614846be9305f0775df22a6d931ceab1720a
This commit is contained in:
parent
3ffa439fa3
commit
92cedcd2b1
@ -31,6 +31,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'python3-rtslib',
|
||||
'qemu-img',
|
||||
'qemu-kvm-block-rbd',
|
||||
'rsync',
|
||||
'sysfsutils',
|
||||
'targetcli',
|
||||
'xfsprogs'
|
||||
@ -69,6 +70,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'python3-rtslib-fb',
|
||||
'qemu-block-extra',
|
||||
'qemu-utils',
|
||||
'rsync',
|
||||
'sasl2-bin',
|
||||
'sysfsutils',
|
||||
'targetcli-fb',
|
||||
|
Loading…
Reference in New Issue
Block a user