Files
Packer-Cn/post-processor/compress/post-processor_test.go
T
John Bellone a4de58b5f6 [post-processor/compress] Add support for compress.
This commit adds support for a post-processor that produces a compressed
archive that can be uploaded to an OpenStack cluster through either
the Horizon web interface or Glance.
2014-06-12 16:36:37 -04:00

7 lines
78 B
Go

package compress
import (
"github.com/mitchellh/packer/packer"
"testing"
)