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:
parent
d96f0d4768
commit
adbd34e188
@ -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
|
||||
|
||||
|
@ -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. |
|
||||
|
@ -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": {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user