mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 05:40:42 +00:00 
			
		
		
		
	bump(github.com/rackspace/gophercloud): e00690e87603abe613e9f02c816c7c4bef82e063
This commit is contained in:
		| @@ -79,7 +79,9 @@ func (opts CreateOptsExt) ToServerCreateMap() (map[string]interface{}, error) { | ||||
| 		blockDevice[i]["source_type"] = bd.SourceType | ||||
| 		blockDevice[i]["boot_index"] = strconv.Itoa(bd.BootIndex) | ||||
| 		blockDevice[i]["delete_on_termination"] = strconv.FormatBool(bd.DeleteOnTermination) | ||||
| 		blockDevice[i]["volume_size"] = strconv.Itoa(bd.VolumeSize) | ||||
| 		if bd.VolumeSize > 0 { | ||||
| 			blockDevice[i]["volume_size"] = strconv.Itoa(bd.VolumeSize) | ||||
| 		} | ||||
| 		if bd.UUID != "" { | ||||
| 			blockDevice[i]["uuid"] = bd.UUID | ||||
| 		} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user