diff --git a/hooks/neutron_hooks.py b/hooks/neutron_hooks.py index 7e22cfe1..3d8a1e83 100755 --- a/hooks/neutron_hooks.py +++ b/hooks/neutron_hooks.py @@ -114,7 +114,6 @@ def install(): configure_installation_source(src) status_set('maintenance', 'Installing apt packages') apt_update(fatal=True) - apt_install('python-six', fatal=True) # Force upgrade apt_install('python3-neutronclient') if valid_plugin(): apt_install(filter_installed_packages(get_early_packages()),