Deactivate guest related services

The guest services are currently not being used since we
went to containerized openstack. Since the service is no
longer being used and it is currently causing coredump
issues [1] in debian environment we are deactivating all
related guest services. The service can be reactivated in
the future if needed (we created a Storyboard [2] to keep
track of this modification).

[1] https://bugs.launchpad.net/starlingx/+bug/2000168
[2] https://storyboard.openstack.org/#!/story/2010520

Test Plan:
PASS: Generate the debian image without the code that
adds all the guest related services.
PASS: Perform a install with the created debian image
and check that no guest related services are being
installed.

Partial-Bug: 2000168

Signed-off-by: Rafael Falcao <rafael.vieirafalcao@windriver.com>
Change-Id: I55ed75a7dc02cb517b1343562c84cbaa5c685dd6
This commit is contained in:
Rafael Falcao 2023-01-10 17:18:26 -03:00
parent a2d39ebd1f
commit bfded2ded6
2 changed files with 0 additions and 5 deletions

View File

@ -1,9 +1,5 @@
# List of packages to be included/installed in ISO
#mtce-guest
mtce-guest-agent
mtce-guest-server
#nfv
nfv-client
nfv-common

View File

@ -1,3 +1,2 @@
mtce-guest
nfv
nova-api-proxy