diff --git a/openstack.yaml b/openstack.yaml index 97c3282..59535cf 100644 --- a/openstack.yaml +++ b/openstack.yaml @@ -37,9 +37,12 @@ dsl_definitions: openstack_config: &openstack_config username: { get_secret: keystone_username } password: { get_secret: keystone_password } - tenant_name: { get_secret: keystone_tenant_name } auth_url: { get_secret: keystone_url } region: { get_secret: region } + project_name: { get_secret: keystone_tenant_name } + user_domain_name: { get_secret: user_domain_name } + project_domain_name: { get_secret: project_domain_name } + node_templates: @@ -181,4 +184,4 @@ outputs: deployment-node-data-type: description: Cloudify node type needed in kubernetes cloudify provider - value: cloudify.nodes.ApplicationServer.kubernetes.Node \ No newline at end of file + value: cloudify.nodes.ApplicationServer.kubernetes.Node