[ONOS-4904] Change ML2 driver url_path from openstackswithing to openstacknetworking

Change-Id: I24091d3c02844a970d9ec9790cf349e4cc40f38c
diff --git a/apps/openstacknetworking/web/BUCK b/apps/openstacknetworking/web/BUCK
index 6ef1f93..a19cc32 100644
--- a/apps/openstacknetworking/web/BUCK
+++ b/apps/openstacknetworking/web/BUCK
@@ -10,5 +10,5 @@
 
 osgi_jar_with_tests (
     deps = COMPILE_DEPS,
-    web_context = '/onos/openstackswitching'
+    web_context = '/onos/openstacknetworking'
 )