Renames 'pre-installed' on network node

Renames snapshot 'pre-installed' to 'openstack-network_installed'
which is more accurate description for the snapshot.

This snapshot can be used to revert back to stable functioning
controller node, which ready and does not require any further
installation or configuration.

Change-Id: I438b03c29ec4ba285a43abb184d59f40bd73d8f4
This commit is contained in:
Pranav Salunke 2014-08-31 19:09:26 +05:30
parent 8ddb22c56d
commit 0d0df221d9

View File

@ -6,4 +6,4 @@ osbash enable_vagrant_ssh_keys.sh
# Using scripts/osbash/shutdown.sh because we want Vagrant to ignore this
cmd snapshot_cycle "network_configured"
scripts setup_neutron_network.sh
cmd snapshot_cycle "pre-installed"
cmd snapshot_cycle "openstack-network_installed"