Commit c80d1ab4 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

remove the new plugin

parent a0d41fcd
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()
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment