From 999cdf52d793e171d0b26c6da1bf786972a6f137 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Wed, 26 Aug 2015 14:42:36 -0500 Subject: [PATCH] Remove temporary upgrade task that removes profile When performing an upgrade, this project strives to have minimal downtime for VMs that are running. By removing the apparmor profile as a precondition for upgrades, when the container create role runs, the profile will default to contained (the most restrictive profile). This causes instance downtime since neutron can not create network namespaces. Related-bug: 1487130 Closes-bug: 1489144 Change-Id: Ife7aab044c7cb882a89c6b108b2d66f5e39aa10c --- scripts/run-upgrade.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/run-upgrade.sh b/scripts/run-upgrade.sh index b0ea3c7ee6..9e1bb272a7 100755 --- a/scripts/run-upgrade.sh +++ b/scripts/run-upgrade.sh @@ -473,12 +473,6 @@ cat > /tmp/fix_host_things.yml <