Skip to content

Commit

Permalink
Update openstack.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lsoica authored May 21, 2018
1 parent 0b12bba commit 9db168e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -181,4 +184,4 @@ outputs:

deployment-node-data-type:
description: Cloudify node type needed in kubernetes cloudify provider
value: cloudify.nodes.ApplicationServer.kubernetes.Node
value: cloudify.nodes.ApplicationServer.kubernetes.Node

0 comments on commit 9db168e

Please sign in to comment.