commit | ef6bad2b10fa2ddfef3d28361aad62310c392bf3 | [log] [tgz] |
---|---|---|
author | Hyunsun Moon <hyunsun.moon@gmail.com> | Tue Jul 19 16:25:43 2016 -0700 |
committer | Hyunsun Moon <hyunsun.moon@gmail.com> | Thu Jul 21 03:27:03 2016 -0700 |
tree | c6aa5c6f67239992647bb6e7a7f11d13882d8d55 | |
parent | 052c71f63d1ac5a8c2bdff673d70983c94b56d28 [diff] [blame] |
ONOS-4903, ONOS-4929 Fixed to load network config on application start-up Also improved openstackInterface to create Jersey client once and give better warnings. Fixed missing web context, too. Change-Id: Ifc835b98f30d5daf566eb22dfe3af34f23634e09
diff --git a/apps/openstacknetworking/web/BUCK b/apps/openstacknetworking/web/BUCK index ac7ba09..6ef1f93 100644 --- a/apps/openstacknetworking/web/BUCK +++ b/apps/openstacknetworking/web/BUCK
@@ -10,4 +10,5 @@ osgi_jar_with_tests ( deps = COMPILE_DEPS, + web_context = '/onos/openstackswitching' )