GCP: copy tags from volume to snapshot, and snapshot to volume

Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
Steve Kriss
2018-03-13 11:52:09 -07:00
parent 9673e9d158
commit cab904570f
3 changed files with 132 additions and 7 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ func NewCommand() *cobra.Command {
blockStores := map[string]cloudprovider.BlockStore{
"aws": aws.NewBlockStore(),
"gcp": gcp.NewBlockStore(),
"gcp": gcp.NewBlockStore(logger),
"azure": azure.NewBlockStore(),
}