Add in new openrc to all in one

Allow openrc to be used in all in one for demos and testing.

Change-Id: I1b0a1ae95cf43c6cc5aeee545764faba7e25c1c2
Implements: blueprint moveopenrc
This commit is contained in:
Mark Vanderwiel 2014-04-15 14:30:40 -05:00
parent d96f0d4768
commit adbd34e188
3 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# CHANGELOG for openstack-chef-repo
This file is used to list changes made in each version of openstack-chef-repo
## 9.0.2
* Add new openrc recipe to all in one role for demos and testing
## 9.0.1
* Add client role

View File

@ -124,6 +124,7 @@ Please refer to the [TESTING.md](TESTING.md) for instructions for testing the re
| **Author** | Matt Ray (<matt@opscode.com>) |
| **Author** | Jay Pipes (<jaypipes@gmail.com>) |
| **Author** | Chen Zhiwei (<zhiwchen@cn.ibm.com>) |
| **Author** | Mark Vanderwiel (<vanderwl.us.ibm.com>) |
| | |
| **Copyright** | Copyright (c) 2011-2013 Opscode, Inc. |
| **Copyright** | Copyright (c) 2014 IBM, Corp. |

View File

@ -9,7 +9,8 @@
"chef_type": "role",
"run_list": [
"role[os-compute-single-controller]",
"role[os-compute-worker]"
"role[os-compute-worker]",
"recipe[openstack-common::openrc]"
],
"env_run_lists": {
}