adding import image#447
Conversation
|
@Neetuj The UUID (and/or ID) is likely the most important part to output (and return from the manager). This gives the ability to check on the status of the import and actually use once the import is done. Take a look at the output when creating a virtual server for comparison. Without an ID, the only way to look it up is by the name which isn't guaranteed to unique or simple to input into a CLI (since spaces in the name will require wrapping the name in quotes). |
|
ok On Tue, Nov 11, 2014 at 3:10 PM, Kevin McDonald notifications@github.com
|
|
Just to make sure you're aware, it's possible to run all the tests using the |
|
This works i was finally able to test it. |
have not yet tested it with valid URIs ..need to still add valid uri testcases and find out if i need to vlaidate osrefcode in cli or let it fail. putting it out for initial review.
Also should we display anything after the call finishes ? I return currenlty id, name .. should it be used to display "assurance message: that "name was imported" ?