Skip to content

Commit

Permalink
Closes-Bug: #1455253
Browse files Browse the repository at this point in the history
    Additional parameter in cluster.json to be passed to database.pp (for contrail-database-nodemgr.conf template).

Change-Id: I507af76649aae04e49a636e274ddfad75f60025f
  • Loading branch information
ajoshi9 committed May 14, 2015
1 parent b4db593 commit c3573ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server_mgr_puppet.py
Original file line number Diff line number Diff line change
Expand Up @@ -1824,6 +1824,7 @@ def add_cluster_parameters(self, cluster_params):
"database_dir" : ["database_dir", "string"],
"analytics_data_dir" : ["analytics_data_dir", "string"],
"ssd_data_dir" : ["ssd_data_dir", "string"],
"database_minimum_diskGB" : ["database_minimum_diskGB", "integer"],
"keystone_ip" : ["keystone_ip", "string"],
"keystone_password" : ["keystone_admin_password", "string"],
"service_token" : ["keystone_service_token", "string"],
Expand Down

0 comments on commit c3573ff

Please sign in to comment.