String to symbol change in connection_info and fix small typo in doc header

This commit is contained in:
Jay Pipes
2012-11-19 10:23:25 -05:00
parent d158f1dd1a
commit 84dcf4241c
2 changed files with 5 additions and 5 deletions

View File

@@ -111,10 +111,10 @@ module Openstack
end
connection_info = {
'host' => host,
'port' => port,
'username' => super_user,
'password' => super_password
:host => host,
:port => port,
:username => super_user,
:password => super_password
}
# create database

View File

@@ -1,5 +1,5 @@
#
# Cookbook Name:: openstack-utils
# Cookbook Name:: openstack-common
# library:: default
#
# Copyright 2012, Jay Pipes