Merge "Bump Chef gem to 11.16"

This commit is contained in:
Jenkins 2014-10-09 16:47:37 +00:00 committed by Gerrit Code Review
commit 91d69b4a45
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ This file is used to list changes made in each version of cookbook-openstack-net
* Remove Neutron DB stamp and upgrade to head.
* Add attribute for ML2 enable_ipset
* Bump Chef gem to 11.16
## 10.0.1
* Add tunnel_types item in ovs_neutron_plugin.ini.erb
* Update neutron.conf from mode 0644 to 0640

View File

@ -1,6 +1,6 @@
source 'https://rubygems.org'
gem 'chef', '~> 11.12.0'
gem 'chef', '~> 11.16.0'
gem 'json', '<= 1.7.7' # chef 11 dependency
gem 'berkshelf', '~> 3.1.5'
gem 'hashie', '~> 2.0'