Skip to content

Commit c25ccad

Browse files
committed
adding openstack settings for halyard
1 parent 7c266d6 commit c25ccad

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

halconfig/settings.js

+8-7
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ var appengine = {
2929
editLoadBalancerStageEnabled: {%appengine.enabled%}
3030
}
3131
};
32+
var openstack = {
33+
defaults: {
34+
account: '{%openstack.default.account%}',
35+
region: '{%openstack.default.region%}'
36+
}
37+
}
3238
var entityTagsEnabled = false;
3339
var netflixMode = false;
3440

@@ -72,14 +78,9 @@ window.spinnakerSettings = {
7278
iamProfile: '{{application}}InstanceProfile',
7379
},
7480
},
75-
openstack: {
76-
defaults: {
77-
account: 'test',
78-
region: 'us-west-1'
79-
},
80-
},
81+
openstack: openstack,
8182
kubernetes: kubernetes,
82-
appengine: appengine,
83+
appengine: appengine,
8384
},
8485
whatsNew: {
8586
gistId: '32526cd608db3d811b38',

0 commit comments

Comments
 (0)