Adds keystone snapshot to the controller node

Snapshot 'keystone_installed' will contain the following packages

    1. keystone

This snapshot will also configure keystone as required for OpenStack.
This snapshot can be used to obtain stable running version of
controller node and can be used to revert back to this point in case
the students break the cluster.

Change-Id: I473f3970e46666bbf55d092905ed1ca740c4196d
This commit is contained in:
Pranav Salunke 2014-08-31 18:20:45 +05:30 committed by Roger Luethi
parent 584f90d1fa
commit 16379cce42

View File

@ -9,6 +9,7 @@ scripts apt_install_mysql.sh
scripts install_rabbitmq.sh
cmd snapshot_cycle "pre-openstack_installed"
scripts setup_keystone.sh
cmd snapshot_cycle "keystone_installed"
scripts setup_glance.sh
scripts setup_nova_controller.sh
scripts setup_neutron_controller.sh