This is an automated email from the ASF dual-hosted git repository.
bhaisaab pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/master by this push:
new 3bc2341 CLOUDSTACK-9902: add consoleproxy.sslEnable global setting
(#2078)
3bc2341 is described below
commit 3bc2341c64ddbb59a31634af0889afd77269971b
Author: Nathan Johnson <[email protected]>
AuthorDate: Tue Sep 19 04:39:28 2017 -0500
CLOUDSTACK-9902: add consoleproxy.sslEnable global setting (#2078)
This adds the missing global configuration parameter consoleproxy.sslEnable
required for enabling SSL on the console proxy VM.
---
setup/db/db/schema-41000to41100.sql | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/setup/db/db/schema-41000to41100.sql
b/setup/db/db/schema-41000to41100.sql
index 1399e28..886b3d4 100644
--- a/setup/db/db/schema-41000to41100.sql
+++ b/setup/db/db/schema-41000to41100.sql
@@ -244,3 +244,7 @@ CREATE VIEW `cloud`.`host_view` AS
-- Out-of-band management driver for nested-cloudstack
ALTER TABLE `cloud`.`oobm` MODIFY COLUMN port VARCHAR(255);
+
+
+-- CLOUDSTACK-9902: Console proxy SSL toggle
+INSERT IGNORE INTO `cloud`.`configuration` (`category`, `instance`,
`component`, `name`, `value`, `description`, `default_value`, `is_dynamic`)
VALUES ('Console Proxy', 'DEFAULT', 'AgentManager', 'consoleproxy.sslEnabled',
'false', 'Enable SSL for console proxy', 'false', 0);
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].