summaryrefslogtreecommitdiffstats
path: root/server/modules/openstack-pam-hooks/opt/openslx/scripts/pam_script_auth.d/00-openstack
blob: fc7842082bde3a024aa4159e46e26ee6f178c27d (plain) (blame)
1
2
3
4
5
6
# To be sourced by /opt/openslx/scripts/pam_script_auth only

# Stop the virtualization environment 
systemctl stop nova-compute.service &
systemctl stop libvirt-bin.service &
systemctl stop neutron-plugin-openvswitch-agent.service &