diff --git a/tobiko/openstack/glance/_image.py b/tobiko/openstack/glance/_image.py index 23e0052a7..32af3062f 100644 --- a/tobiko/openstack/glance/_image.py +++ b/tobiko/openstack/glance/_image.py @@ -429,7 +429,7 @@ class CustomizedGlanceImageFixture(URLGlanceImageFixture): execute = True command += ['--install', package] if execute: - sh.execute(command, sudo=True) + sh.execute(command) sh.get_file(work_file, customized_file) return customized_file