Add service_environment
This commit is contained in:
@ -215,7 +215,7 @@ def process_repositories(args, service):
|
|||||||
context["service_category"] = service['service_category']
|
context["service_category"] = service['service_category']
|
||||||
context["service_title"] = service['service_title']
|
context["service_title"] = service['service_title']
|
||||||
context["service_type"] = service['service_type']
|
context["service_type"] = service['service_type']
|
||||||
context["service_environment"] = cloud_environment["visibility"]
|
context["service_environment"] = args.target_environment
|
||||||
context["otcdocs_cloud_environment"] = args.cloud_environment
|
context["otcdocs_cloud_environment"] = args.cloud_environment
|
||||||
|
|
||||||
conf_py_content = conf_py_template.render(**context)
|
conf_py_content = conf_py_template.render(**context)
|
||||||
|
Reference in New Issue
Block a user