update default version to grizzly

this commit updates the default version of opesntack
used for testing to grizzly.

Change-Id: Ie98eb2c7f3e9298cf69670b2dea9a9b038b81f22
This commit is contained in:
Dan Bode 2013-05-28 16:52:52 -07:00 committed by Gerrit Code Review
parent c251fc113a
commit b849625894
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
---
# set the version to use
openstack_version: grizzly
# database password
mysql_root_password: mysql_root_password
keystone_db_password: keystone_db_password

View File

@ -60,7 +60,7 @@ $auto_assign_floating_ip = hiera('auto_assign_floating_ip', false)
#### controller/compute mode settings ####
$openstack_controller = hiera('openstack_controller', '172.16.0.3')
#### controller/compute mode settings ####
$openstack_version = hiera('openstack_version', 'folsom')
$openstack_version = hiera('openstack_version', 'grizzly')
# node declaration for all in one
import 'scenarios/all_in_one.pp'