Discussion:
volume_transfer with fog
J Ro
2014-11-13 00:00:44 UTC
Permalink
I want to transfer ownership of a volume from one tenant to another using
fog. I know I can accomplish this using:
cinder transfer-create
cinder transfer-accept

python-cinderclient has this capability:

http://pydoc.net/Python/python-cinderclient/1.1.1/cinderclient.v2.volume_transfers/

Is this missing in fog? There does seem to be a "set_tenant" property for
a volume, but I'm not sure it is the same. Any ideas?
--
You received this message because you are subscribed to the Google Groups "ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ruby-fog+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
geemus (Wesley Beary)
2014-11-14 14:35:29 UTC
Permalink
Yeah, set_tenant appears to be for changing what tenant you are acting as
for commands (rather than changing this value on an existing volume).
Looking over the code it is not apparent to me that we have transfer
capabilities, yet. I suspect they could be added without too much trouble
if you wanted to give it a try though. Otherwise, if you post an issue
about it I can put more eyeballs on it and perhaps we can find somebody
with time and desire to work through that.
Thanks!
wes
Post by J Ro
I want to transfer ownership of a volume from one tenant to another using
cinder transfer-create
cinder transfer-accept
http://pydoc.net/Python/python-cinderclient/1.1.1/cinderclient.v2.volume_transfers/
Is this missing in fog? There does seem to be a "set_tenant" property for
a volume, but I'm not sure it is the same. Any ideas?
--
You received this message because you are subscribed to the Google Groups "ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ruby-fog+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...