Some settings need to be added into /etc/nova.conf
file in
order to make nova able to use our image : /etc/nova.conf
## cloud-pipe vpn client ## vpn_image_id=0bfc8fd3-1590-463b-b178-bce30be5ef7b use_project_ca=true cnt_vpn_clients=5
You can now restart all the services :
# cd /etc/int.d && for i in $( ls nova-*); do service $i restart; done