remove the new plugin
This commit is contained in:
parent
a0d41fcd14
commit
c80d1ab46b
|
@ -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()
|
||||
}
|
Loading…
Reference in New Issue