Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
b06cceec
Commit
b06cceec
authored
Oct 27, 2014
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
builder/openstack: lock to fork for now to compile [GH-1625]
parent
5d800858
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
18 additions
and
9 deletions
+18
-9
builder/openstack/access_config.go
builder/openstack/access_config.go
+2
-1
builder/openstack/artifact.go
builder/openstack/artifact.go
+2
-1
builder/openstack/builder.go
builder/openstack/builder.go
+2
-1
builder/openstack/server.go
builder/openstack/server.go
+2
-1
builder/openstack/ssh.go
builder/openstack/ssh.go
+2
-1
builder/openstack/step_allocate_ip.go
builder/openstack/step_allocate_ip.go
+2
-1
builder/openstack/step_create_image.go
builder/openstack/step_create_image.go
+2
-1
builder/openstack/step_key_pair.go
builder/openstack/step_key_pair.go
+2
-1
builder/openstack/step_run_source_server.go
builder/openstack/step_run_source_server.go
+2
-1
No files found.
builder/openstack/access_config.go
View file @
b06cceec
...
...
@@ -5,11 +5,12 @@ import (
"fmt"
"github.com/mitchellh/packer/common"
"github.com/mitchellh/packer/packer"
"github.com/rackspace/gophercloud"
"net/http"
"net/url"
"os"
"strings"
"github.com/mitchellh/gophercloud-fork-40444fb"
)
// AccessConfig is for common configuration related to openstack access
...
...
builder/openstack/artifact.go
View file @
b06cceec
...
...
@@ -2,8 +2,9 @@ package openstack
import
(
"fmt"
"github.com/rackspace/gophercloud"
"log"
"github.com/mitchellh/gophercloud-fork-40444fb"
)
// Artifact is an artifact implementation that contains built images.
...
...
builder/openstack/builder.go
View file @
b06cceec
...
...
@@ -8,8 +8,9 @@ import (
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/common"
"github.com/mitchellh/packer/packer"
"github.com/rackspace/gophercloud"
"log"
"github.com/mitchellh/gophercloud-fork-40444fb"
)
// The unique ID for this builder
...
...
builder/openstack/server.go
View file @
b06cceec
...
...
@@ -5,9 +5,10 @@ import (
"fmt"
"github.com/mitchellh/multistep"
"github.com/racker/perigee"
"github.com/rackspace/gophercloud"
"log"
"time"
"github.com/mitchellh/gophercloud-fork-40444fb"
)
// StateRefreshFunc is a function type used for StateChangeConf that is
...
...
builder/openstack/ssh.go
View file @
b06cceec
...
...
@@ -5,8 +5,9 @@ import (
"errors"
"fmt"
"github.com/mitchellh/multistep"
"github.com/rackspace/gophercloud"
"time"
"github.com/mitchellh/gophercloud-fork-40444fb"
)
// SSHAddress returns a function that can be given to the SSH communicator
...
...
builder/openstack/step_allocate_ip.go
View file @
b06cceec
...
...
@@ -4,7 +4,8 @@ import (
"fmt"
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer"
"github.com/rackspace/gophercloud"
"github.com/mitchellh/gophercloud-fork-40444fb"
)
type
StepAllocateIp
struct
{
...
...
builder/openstack/step_create_image.go
View file @
b06cceec
...
...
@@ -4,9 +4,10 @@ import (
"fmt"
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer"
"github.com/rackspace/gophercloud"
"log"
"time"
"github.com/mitchellh/gophercloud-fork-40444fb"
)
type
stepCreateImage
struct
{}
...
...
builder/openstack/step_key_pair.go
View file @
b06cceec
...
...
@@ -5,10 +5,11 @@ import (
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/common/uuid"
"github.com/mitchellh/packer/packer"
"github.com/rackspace/gophercloud"
"log"
"os"
"runtime"
"github.com/mitchellh/gophercloud-fork-40444fb"
)
type
StepKeyPair
struct
{
...
...
builder/openstack/step_run_source_server.go
View file @
b06cceec
...
...
@@ -4,8 +4,9 @@ import (
"fmt"
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer"
"github.com/rackspace/gophercloud"
"log"
"github.com/mitchellh/gophercloud-fork-40444fb"
)
type
StepRunSourceServer
struct
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment