diff --git a/README.md b/README.md index e3df2c8..6659675 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,10 @@ Please refer to the [TESTING.md](TESTING.md) for instructions for testing the re |:---------------------|:-----------------------------------------| | **Author** | Matt Ray () | | **Author** | Jay Pipes () | +| **Author** | Chen Zhiwei () | | | | | **Copyright** | Copyright (c) 2011-2013 Opscode, Inc. | +| **Copyright** | Copyright (c) 2014 IBM, Corp. | Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/roles/os-image.rb b/roles/os-image.rb index aa1562b..2eb49e2 100644 --- a/roles/os-image.rb +++ b/roles/os-image.rb @@ -1,8 +1,8 @@ name 'os-image' description 'Roll-up role for Glance.' run_list( - 'recipe[openstack-image::identity_registration]', 'role[os-image-api]', 'role[os-image-registry]', + 'recipe[openstack-image::identity_registration]', 'role[os-image-upload]' )