Not copy plugins from nova project
As all of the XenAPI plugins have been moved to os-xenapi and devstack plugin in os-xenapi will install XenAPI plugins to Dom0, let's remove this section of code which is still trying to copy plugins from nova project to dom0. Change-Id: Id2890a9de9376e2f5c26a8242eea4c3932f13538
This commit is contained in:
parent
b704473926
commit
70077aa8c5
@ -231,11 +231,6 @@ if [ "${ZUUL_URL}" = "https://review.openstack.org/p" -a -n "$ZUUL_CHANGES" ]; t
|
||||
fi
|
||||
)
|
||||
|
||||
# Plugins
|
||||
tar -czf - -C /opt/stack/new/nova/plugins/xenserver/xenapi/etc/xapi.d/plugins/ ./ |
|
||||
run_in_domzero \
|
||||
'tar -xzf - -C /etc/xapi.d/plugins/ && chmod a+x /etc/xapi.d/plugins/*'
|
||||
|
||||
# Console log
|
||||
tar -czf - -C /opt/stack/new/nova/tools/xenserver/ rotate_xen_guest_logs.sh |
|
||||
run_in_domzero \
|
||||
|
Loading…
x
Reference in New Issue
Block a user