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
|
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
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Cookbook Name:: openstack-utils
|
# Cookbook Name:: openstack-common
|
||||||
# library:: default
|
# library:: default
|
||||||
#
|
#
|
||||||
# Copyright 2012, Jay Pipes
|
# Copyright 2012, Jay Pipes
|
||||||
|
|||||||
Reference in New Issue
Block a user