We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4036f7 commit 3bc2341Copy full SHA for 3bc2341
1 file changed
setup/db/db/schema-41000to41100.sql
@@ -244,3 +244,7 @@ CREATE VIEW `cloud`.`host_view` AS
244
245
-- Out-of-band management driver for nested-cloudstack
246
ALTER TABLE `cloud`.`oobm` MODIFY COLUMN port VARCHAR(255);
247
+
248
249
+-- CLOUDSTACK-9902: Console proxy SSL toggle
250
+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);
0 commit comments