Merge "nova-compute: Remove old workaround to purge nova packages"

This commit is contained in:
Zuul 2023-02-21 22:54:49 +00:00 committed by Gerrit Code Review
commit eaa0fe6f24
1 changed files with 0 additions and 8 deletions

View File

@ -14,14 +14,6 @@
# License for the specific language governing permissions and limitations
# under the License.
- name: Remove openstack-nova-compute and python-nova package during upgrade
package:
name:
- openstack-nova-compute
- python-nova
state: removed
failed_when: false
- tags: down
become: true
environment: