Merge "Point to ocata branch in .gitreview" into stable/ocata
This commit is contained in:
commit
c7c8c70869
@ -2,3 +2,4 @@
|
|||||||
host=review.openstack.org
|
host=review.openstack.org
|
||||||
port=29418
|
port=29418
|
||||||
project=openstack/puppet-midonet.git
|
project=openstack/puppet-midonet.git
|
||||||
|
defaultbranch=stable/ocata
|
||||||
|
@ -172,7 +172,7 @@ class midonet::mem(
|
|||||||
) inherits midonet::params {
|
) inherits midonet::params {
|
||||||
|
|
||||||
$mem_ws = $insights_ssl? {true => 'wss://' , default => 'ws://'}
|
$mem_ws = $insights_ssl? {true => 'wss://' , default => 'ws://'}
|
||||||
$api_proto = $api_ssl? {true => 'https://' , default => 'http://'}
|
$api_proto = $api_ssl? {true => 'https://' , default => 'http://'}
|
||||||
|
|
||||||
|
|
||||||
validate_bool($mem_api_token)
|
validate_bool($mem_api_token)
|
||||||
@ -241,6 +241,10 @@ class midonet::mem(
|
|||||||
path => '/var/www/html/midonet-manager',
|
path => '/var/www/html/midonet-manager',
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
proxy_pass +> [
|
||||||
|
{ 'path' => '/midonet-api', 'url' => 'http://localhost:8181/midonet-api' },
|
||||||
|
],
|
||||||
|
proxy_preserve_host => true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user