Rename pdName -> volumeId for AWS persistent volumes

This commit is contained in:
Justin Santa Barbara
2015-04-07 13:23:12 -07:00
parent aa6051026e
commit 95b68ae0b0
11 changed files with 43 additions and 46 deletions

View File

@@ -274,7 +274,7 @@ func testPDPod(diskName, targetHost string, readOnly bool) *api.Pod {
Name: "testpd",
VolumeSource: api.VolumeSource{
AWSPersistentDisk: &api.AWSPersistentDiskVolumeSource{
PDName: diskName,
VolumeId: diskName,
FSType: "ext4",
ReadOnly: readOnly,
},