Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace ref with ID. #68

Closed
rgbkrk opened this issue Jun 16, 2015 · 1 comment
Closed

Replace ref with ID. #68

rgbkrk opened this issue Jun 16, 2015 · 1 comment
Assignees
Milestone

Comments

@rgbkrk
Copy link
Contributor

rgbkrk commented Jun 16, 2015

We have an inconsistency in naming, in that we force users to use --image-ref (previously --imageRef) when we call it an ID in the table:

$ rack servers image list
ID                  Name                                                Status  MinDisk MinRAM
c199db85-c6f9-4284-b9ec-16327ee2fc84    OnMetal - Ubuntu 14.04 LTS (Trusty Tahr)                            ACTIVE  20  512
41e85e59-dea0-410f-a5f6-0ca92c3b3322    OnMetal - CoreOS (Stable)                                   ACTIVE  20  512

and in the get:

$ rack servers image get --id c199db85-c6f9-4284-b9ec-16327ee2fc84
PROPERTYVALUE
ID  c199db85-c6f9-4284-b9ec-16327ee2fc84
Name    OnMetal - Ubuntu 14.04 LTS (Trusty Tahr)
Status  ACTIVE
Progress100
MinDisk 20
MinRAM  512
Created 2015-06-16T03:02:41Z
Updated 2015-06-16T14:33:18Z
@jrperritt
Copy link
Contributor

Ah, true. imageRef is relevant for OpenStack since you can provide a URL. I'm not sure if Rackspace lets you do that or not.

@jrperritt jrperritt added this to the mvp milestone Jun 17, 2015
@jrperritt jrperritt self-assigned this Jun 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants