Remove traling spaces in yaml files

After patch Ia2498bdb0f7c310ec3d2c2f11f5d3fc08c8b352c now is possible to
run check for yaml and shell syntax.
This patch is oriented to fix some similar error reported in yaml
syntax check.

Change-Id: Ia669cf4192eafb2b733f3862c3b67cdf38c10692
This commit is contained in:
Sergey Kraynev 2016-07-27 16:04:56 +03:00
parent 0bb1758d61
commit d7a189e4c2
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ Forms:
initial: '*' initial: '*'
label: Listener address label: Listener address
required: false required: false
- name: algorithm - name: algorithm
type: string type: string
label: Algorithm of balancing label: Algorithm of balancing
initial: 'roundrobin' initial: 'roundrobin'
@ -46,4 +46,4 @@ Forms:
label: Protocol label: Protocol
- name: loadBalancer - name: loadBalancer
type: org.openstack.murano.lbaas.HAProxy type: org.openstack.murano.lbaas.HAProxy
label: Load Balancer label: Load Balancer

View File

@ -107,7 +107,7 @@ Methods:
- $script: $resources.string('scripts/switch_to_local_project_config.sh') - $script: $resources.string('scripts/switch_to_local_project_config.sh')
- $._environment.reporter.report($this, '[Zuul] Switching to project-config from installed Gerrit...') - $._environment.reporter.report($this, '[Zuul] Switching to project-config from installed Gerrit...')
- $projectConfigURL: format( - $projectConfigURL: format(
'ssh://{0}@{1}:29418/open-paas/project-config', 'ssh://{0}@{1}:29418/open-paas/project-config',
$.instance.getHieraValue('gerrit_user'), $.instance.getHieraValue('gerrit_user'),
$.instance.getHieraValue('gerrit_server') $.instance.getHieraValue('gerrit_server')
) )