From 1fcaa9662f05053e2f4f314b5ab9b07a66815883 Mon Sep 17 00:00:00 2001 From: Lucas Moura Date: Thu, 11 Feb 2021 12:59:08 -0300 Subject: [PATCH] Update lxc-setup script on lxd vm instances When we create Xenial and Bionic lxd vm instances through pycloudlib, we need to provide a script to install the lxd-agent on those machines. Recently, one of the services that was being started in this script was dropped from lxd, lxd-agent-9p, as can be seen here: https://github.com/lxc/lxd/commit/2d013dfbeb4d10575989ab07e0a69022a6f9aa0b We are now updating the script to remove references to that service --- pycloudlib/lxd/defaults.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pycloudlib/lxd/defaults.py b/pycloudlib/lxd/defaults.py index 46473149..30af3780 100644 --- a/pycloudlib/lxd/defaults.py +++ b/pycloudlib/lxd/defaults.py @@ -21,8 +21,7 @@ ICAgIFZJUlQ9JChzeXN0ZW1kLWRldGVjdC12aXJ0KQogICAgY2FzZSAkVklSVCBpbgogICAgICAg IHFlbXV8a3ZtKQogICAgICAgICAgICAoY2QgL3J1bi9seGRhZ2VudC8gJiYgLi9pbnN0YWxsLnNo KQogICAgICAgICAgICB1bW91bnQgL3J1bi9seGRhZ2VudAogICAgICAgICAgICBzeXN0ZW1jdGwg - c3RhcnQgbHhkLWFnZW50LTlwIGx4ZC1hZ2VudAogICAgICAgICAgICA7OwogICAgICAgICopCiAg - ICBlc2FjCmZpCg== + c3RhcnQgbHhkLWFnZW50CiAgICAgICAgICAgIDs7CiAgICAgICAgKikKICAgIGVzYWMKZmkK """ )