You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup/db/db/schema-410to420.sql
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1120,3 +1120,6 @@ ALTER TABLE `cloud`.`data_center_details` MODIFY value varchar(1024);
1120
1120
ALTERTABLE`cloud`.`cluster_details` MODIFY value varchar(255);
1121
1121
ALTERTABLE`cloud`.`storage_pool_details` MODIFY value varchar(255);
1122
1122
ALTERTABLE`cloud`.`account_details` MODIFY value varchar(255);
1123
+
1124
+
INSERT IGNORE INTO`cloud`.`configuration`VALUES ('Network', 'DEFAULT', 'management-server', 'midonet.apiserver.address', 'http://localhost:8081', 'Specify the address at which the Midonet API server can be contacted (if using Midonet)');
1125
+
INSERT IGNORE INTO`cloud`.`configuration`VALUES ('Network', 'DEFAULT', 'management-server', 'midonet.providerrouter.id', 'd7c5e6a3-e2f4-426b-b728-b7ce6a0448e5', 'Specifies the UUID of the Midonet provider router (if using Midonet)');
0 commit comments