fix issue: driver manager plugin should be invoked for every client request
authorHuabingZhao <zhao.huabing@zte.com.cn>
Mon, 26 Sep 2016 08:48:23 +0000 (16:48 +0800)
committerHuabingZhao <zhao.huabing@zte.com.cn>
Mon, 26 Sep 2016 08:48:33 +0000 (16:48 +0800)
Issue-Id: OCS-77
Change-Id: I5f753aaccf4a39ad59ceb548a0765d53ea31f3b3
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
msb-core/eag-openresty-ext/src/assembly/resources/openresty/nginx/sites-enabled/openomsb.conf
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/sites-enabled/openomsb.conf

index eadf6c0..2b9f806 100644 (file)
@@ -48,7 +48,7 @@ server {
                rewrite ^/iui/(.*) /openoui/$1 last;
        }
        
-       location ^~ /openoapi/driver_vmware_vcloud/v1 {
+       location ^~ /openoapi/driver_ {
                  set $backend "";
                  # Lua files
           access_by_lua_block {
index cb60a98..0b9ddda 100644 (file)
@@ -48,7 +48,7 @@ server {
                rewrite ^/iui/(.*) /openoui/$1 last;
        }
        
-       location ^~ /openoapi/driver_vmware_vcloud/v1 {
+       location ^~ /openoapi/driver_ {
                  set $backend "";
                  # Lua files
           access_by_lua_block {