String to symbol change in connection_info and fix small typo in doc header
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Cookbook Name:: openstack-utils
|
||||
# Cookbook Name:: openstack-common
|
||||
# library:: default
|
||||
#
|
||||
# Copyright 2012, Jay Pipes
|
||||
|
||||
Reference in New Issue
Block a user