blob: 1ee42065c0fc86413714cf90c1599c04e9da818f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# This is a chef generated properties file! Manual updates will be overridden next chef-client run, ensure desired changes are in mso-config chef cookbook or chef env file.
bpelURL=<%= @var["bpelURL"] %>
bpelAuth=<%= @var["bpelAuth"] %>
camundaURL=<%= @var["camundaURL"] %>
camundaAuth=<%= @var["camundaAuth"] %>
# controls what actions the infra API (APIH) allows sent in on REST request
vnf.v1.ApiAllowableActions=<%= @var["vnf.v1.ApiAllowableActions"] %>
vnf.v2.ApiAllowableActions=<%= @var["vnf.v2.ApiAllowableActions"] %>
vnf.v3.ApiAllowableActions=<%= @var["vnf.v3.ApiAllowableActions"] %>
network.v1.ApiAllowableActions=<%= @var["network.v1.ApiAllowableActions"] %>
network.v2.ApiAllowableActions=<%= @var["network.v2.ApiAllowableActions"] %>
network.v3.ApiAllowableActions=<%= @var["network.v3.ApiAllowableActions"] %>
volume.v1.ApiAllowableActions=<%= @var["volume.v1.ApiAllowableActions"] %>
volume.v2.ApiAllowableActions=<%= @var["volume.v2.ApiAllowableActions"] %>
volume.v3.ApiAllowableActions=<%= @var["volume.v3.ApiAllowableActions"] %>
|