You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@git.apache.org on 2017/10/05 09:28:16 UTC

[GitHub] rafaelweingartner commented on a change in pull request #2285: CLOUDSTACK-9859: Retirement of midonet plugin (final removal)

rafaelweingartner commented on a change in pull request #2285: CLOUDSTACK-9859: Retirement of midonet plugin (final removal)
URL: https://github.com/apache/cloudstack/pull/2285#discussion_r142889495
 
 

 ##########
 File path: setup/db/db/schema-41000to41100.sql
 ##########
 @@ -248,3 +248,6 @@ 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);
+
+-- CLOUDSTACK-9859: Retirement of midonet plugin (final removal) 
+delete from `cloud`.`configuration` where name in ('midonet.apiserver.address', 'midonet.providerrouter.id')
 
 Review comment:
   What a good pair of eyes!
   Thanks!
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services