Fix typo in default.rb

"automaticly" should be "automatically"

Change-Id: I098834fcfea5494f7043ce4381313c95e053179e
This commit is contained in:
zhangyanxian 2016-12-19 07:46:46 +00:00
parent 56bafafe35
commit d08dcf239c
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ default['openstack']['release'] = 'newton'
# by the value of node['openstack']['release']
#
# Change ['openstack']['apt']['update_apt_cache'] to true if you would like
# have the cache automaticly updated
# have the cache automatically updated
default['openstack']['apt']['update_apt_cache'] = false
default['openstack']['apt']['live_updates_enabled'] = true
default['openstack']['apt']['uri'] = 'http://ubuntu-cloud.archive.canonical.com/ubuntu'