remove the new plugin

This commit is contained in:
Mitchell Hashimoto 2015-06-12 00:16:56 -04:00
parent a0d41fcd14
commit c80d1ab46b
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
package main
import (
"github.com/mitchellh/packer/builder/openstack-new"
"github.com/mitchellh/packer/packer/plugin"
)
func main() {
server, err := plugin.Server()
if err != nil {
panic(err)
}
server.RegisterBuilder(new(openstack.Builder))
server.Serve()
}