Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
430261f77e2c7e521b31bd9187ffff7f0800d70d
/
rackspace
/
compute
/
v2
07400f3
Reorganized volumes and volumeattach to move fixtures to subpackage
by Sreekanth Pothanis
· 9 years ago
efb1971
import fix: dear atom, always use rackpsace repo and not mine
by jrperritt
· 9 years ago
52e6ada
update ExtractFlavors function and unit tests
by Jon Perritt
· 9 years ago
b1ce0af
change field types: uint -> int
by Jon Perritt
· 9 years ago
2571c77
allow rackspace flavor extra_specs
by Jon Perritt
· 9 years ago
bc523bc
fix keypair variable mistake
by jrperritt
· 10 years ago
f54139c
don't set key_name if not provided
by Jon Perritt
· 10 years ago
fab1f3d
grammar fix in comment
by jrperritt
· 10 years ago
ade2d7f
fix formatting in rs bfv
by jrperritt
· 10 years ago
ad5f1cb
create server helper fields
by Jon Perritt
· 10 years ago
92e10b5
Encapsulate Personality. Encode contents for user
by Kevin Pike
· 10 years ago
edcbc31
Merge branch 'master' into personality
by Kevin Pike
· 10 years ago
7bf54c5
updates personality to []map[string]string where map has path and contents
by Kevin Pike
· 10 years ago
f8b77ca
ResizeOpts -> ResizeOptsBuilder
by Jon Perritt
· 10 years ago
33fd1b3
rs get and update metadata funcs
by Jon Perritt
· 10 years ago
1f3caa6
rs confirmresize func
by Jon Perritt
· 10 years ago
36747e4
rs resize func
by Jon Perritt
· 10 years ago
5497f94
Converting Rackspace services to new HTTP methods
by Jamie Hannaford
· 10 years ago
b832838
Merge pull request #378 from jrperritt/list-server-addresses
by jrperritt
· 10 years ago
37465a0
rackspace attach volume ops & unit/acceptance tests
by Jon Perritt
· 10 years ago
b51ba9c
return slice (!map) from ExtractNetworkAddresses
by Jon Perritt
· 10 years ago
7ed6855
rackspace list server addresses ops and unit tests
by Jon Perritt
· 10 years ago
59fb6c4
Adjust regexps and do another pass.
by Ash Wilson
· 10 years ago
2199f10
rackspace :knife: perigee
by Ash Wilson
· 10 years ago
723a24b
rackspace update server unit test
by Jon Perritt
· 10 years ago
e5940aa
add update method for rackspace servers
by Jon Perritt
· 10 years ago
2f07174
Fixed a few things that go vet was complaining about
by Alex Gaynor
· 10 years ago
f3b2e14
add adminPass option for server creation
by Jon Perritt
· 10 years ago
ba2395e
ExtractErrResult -> ErrResult; Extract -> ExtractErr
by Jon Perritt
· 10 years ago
b65675f
Shifting Rackspace operations to common delete result
by Jamie Hannaford
· 10 years ago
7bc317d
Adding DeleteResult for rackspace.compute.v2.servers.Delete
by Jamie Hannaford
· 10 years ago
193bf6f
Merge pull request #262 from jamiehannaford/godoc-touch-up
by Ash Wilson
· 10 years ago
9880cb6
fix merge conflicts; don't add relics of 'git mergetool'
by Jon Perritt
· 10 years ago
aafafd5
move BlockDevice bit in server creation above manual map manipulation
by Jon Perritt
· 10 years ago
01686cd
BlockDevice -> []BlockDevice in CreateOpts
by Jon Perritt
· 10 years ago
8a0e24b
Rename flavors.List to flavors.ListDetail.
by Ash Wilson
· 10 years ago
6171022
document UUID and SourceType as required; rackspace unit test
by Jon Perritt
· 10 years ago
8dd49db
don't put extension params in 'CreateOpts' if unset; working rackspace acceptance test
by Jon Perritt
· 10 years ago
bdc8697
Adding doc.go files for packages
by Jamie Hannaford
· 10 years ago
d9a4bf7
create map from 'CreateOptsBuilder'; rackspace boot from volume; untested acceptance test
by Jon Perritt
· 10 years ago
4149d7c
additionally return 'error' from 'ToCreateServerMap'
by Jon Perritt
· 10 years ago
d7814a3
Do the same for Rackspace RebuildOpts.
by Ash Wilson
· 10 years ago
ae0ca65
rackspace.CreateOpts unifies Rackspace opts.
by Ash Wilson
· 10 years ago
004d9c3
catch error and check with testhelper
by Jon Perritt
· 10 years ago
436de14
pull in rackspace block storage
by Jon Perritt
· 10 years ago
26ff5b7
moved rackspace networking under 'compute'
by Jon Perritt
· 10 years ago
720c83c
Completely original and in no way copy-paste tests
by Ash Wilson
· 10 years ago
7bbfed0
I always forget to delegate the Extract function.
by Ash Wilson
· 10 years ago
0b96c61
Let's start with the naive thing.
by Ash Wilson
· 10 years ago
acf49c6
Unit test for the Rebuild call.
by Ash Wilson
· 10 years ago
2295ba5
Unit test for server reboots.
by Ash Wilson
· 10 years ago
1c1eb88
Refactor out common password change responses.
by Ash Wilson
· 10 years ago
664fe33
Refactor common code from openstack tests.
by Ash Wilson
· 10 years ago
7a20cc9
Unit test for server creation.
by Ash Wilson
· 10 years ago
15e0f27
Touch up build tags.
by Ash Wilson
· 10 years ago
b8da719
I'm almost certain @jrperritt said this was okay
by Ash Wilson
· 10 years ago
e846e17
Unit test for changing the admin password.
by Ash Wilson
· 10 years ago
69c0874
Fixtures and unit tests for server calls.
by Ash Wilson
· 10 years ago
bee34e2
Delegate the ExtractServers call.
by Ash Wilson
· 10 years ago
fa7c755
Check exact page counts in unit tests.
by Ash Wilson
· 10 years ago
e596398
Direct delegates for Rackspace server requests.
by Ash Wilson
· 10 years ago
9b762e7
Unit test for Rackspace image GET.
by Ash Wilson
· 10 years ago
d550654
Fixtures and unit tests for Rackspace images.
by Ash Wilson
· 10 years ago
3194703
Stub delegates for image queries.
by Ash Wilson
· 10 years ago
9751fed
Test flavors.Get.
by Ash Wilson
· 10 years ago
6f3162a
Unit test flavors.List()
by Ash Wilson
· 10 years ago
f595dc4
RS doesn't have a "changedSince" List option.
by Ash Wilson
· 10 years ago
92457e9
Stub Rackspace flavors.
by Ash Wilson
· 10 years ago