Fix usage of non-existing parameter in example
The heat::sql_database parameter no longer exists. Change-Id: I066634fe94cfe2503a0c5fc8ed6ac3dae374f427
This commit is contained in:
parent
6348809e16
commit
8e4ba4e77b
@ -14,9 +14,12 @@ node default {
|
||||
class { 'heat::keystone::authtoken':
|
||||
password => 'password',
|
||||
}
|
||||
class { 'heat::db':
|
||||
database_connection => 'mysql+pymysql://heat:heat@localhost/heat'
|
||||
}
|
||||
|
||||
# Common class
|
||||
class { 'heat':
|
||||
sql_connection => 'mysql+pymysql://heat:heat@localhost/heat'
|
||||
}
|
||||
|
||||
# Install heat-engine
|
||||
|
Loading…
x
Reference in New Issue
Block a user