Sergey Kraynev fc4dde54b9 Remove unused namespace from ZuulNodepoolHelper
Change-Id: I6b953cd0b55f16d02100aebff04baaa883d4a040
2016-07-14 09:47:15 +00:00

21 lines
394 B
YAML

Namespaces:
=: org.openstack.ci_cd_pipeline_murano_app
std: io.murano
Name: ZuulNodepoolHelper
Extends: std:Application
Properties:
name:
Contract: $.string().notNull()
# Openstack credentials.
authUrl:
Contract: $.string().notNull()
username:
Contract: $.string().notNull()
tenant:
Contract: $.string().notNull()
password:
Contract: $.string().notNull()