Skip to content

Commit

Permalink
fix: registry_ephemeral creates persistent volume redhat-openstack#358
Browse files Browse the repository at this point in the history
  • Loading branch information
ioggstream committed Jul 29, 2017
1 parent c98db0f commit f130e74
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions registry_ephemeral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,8 @@ parameters:
Size of the Openshift registry persistent volume
type: number

resources:
volume:
type: OS::Cinder::Volume
properties:
size: {get_param: volume_size}

outputs:
volume_id:
description: cinder volume id
value: {get_resource: volume}
value: {get_param: volume_id}

0 comments on commit f130e74

Please sign in to comment.