From 0be40ede02d3bad794adbabe4da5bc2fdc705410 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Thu, 1 Mar 2012 14:28:27 -0800 Subject: [PATCH] bug 14085: Upgrade: Update domain_router's Role status 14085: resolved fixed --- setup/db/db/schema-2214to30-cleanup.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup/db/db/schema-2214to30-cleanup.sql b/setup/db/db/schema-2214to30-cleanup.sql index ad3f30d24cb..5c5fce8ee30 100644 --- a/setup/db/db/schema-2214to30-cleanup.sql +++ b/setup/db/db/schema-2214to30-cleanup.sql @@ -48,4 +48,6 @@ ALTER TABLE `cloud`.`networks` DROP COLUMN `is_default`; UPDATE `cloud`.`networks` SET guest_type=(SELECT guest_type FROM network_offerings no where no.id=network_offering_id); UPDATE `cloud`.`networks` SET guru_name='ExternalGuestNetworkGuru' where guest_type='Isolated'; -DELETE FROM `cloud`.`configuration` WHERE name='use.user.concentrated.pod.allocation'; \ No newline at end of file +DELETE FROM `cloud`.`configuration` WHERE name='use.user.concentrated.pod.allocation'; + +UPDATE `cloud`.`domain_router` SET role='VIRTUAL_ROUTER' WHERE role = 'DHCP_FIREWALL_LB_PASSWD_USERDATA' or role = 'DHCP_USERDATA';