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 end
connection_info = { connection_info = {
'host' => host, :host => host,
'port' => port, :port => port,
'username' => super_user, :username => super_user,
'password' => super_password :password => super_password
} }
# create database # create database

View File

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