Use instance availability zone for AWS EBS

Signed-off-by: Sami Wagiaalla <swagiaal@redhat.com>
This commit is contained in:
Sami Wagiaalla
2015-06-22 12:29:33 -04:00
parent 7855d99bfd
commit 4a6a492281
2 changed files with 10 additions and 7 deletions

View File

@@ -16,6 +16,6 @@ spec:
volumes:
- name: html-volume
awsElasticBlockStore:
# Enter the volume region and ID below
volumeID: aws://{region}/{volume ID}
# Enter the volume ID below
volumeID: volume_ID
fsType: ext4