We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Set custom unique name to instance/resource.
Proposed CLI usage:
% openvdc run centos/7/lxc --name=myinstance1 % openvdc show myinstance1 %openvdc rename myinstance1 myinstance2
TODO:
model.proto
name
message Instance
message ResourceTemplate
Instance.Run
Instance.Create
Instance.Show
Instance.List
Instance.Rename
openvdc run --name
openvdc show <name>
openvdc rename
The text was updated successfully, but these errors were encountered:
unakatsuo
No branches or pull requests
Set custom unique name to instance/resource.
Proposed CLI usage:
TODO:
model.proto
to addname
field.message Instance
(message ResourceTemplate
?)Instance.Run
,Instance.Create
APIs to set name.Instance.Show
to retrieve by name.Instance.List
should have name if exists.Instance.Rename
APIopenvdc run --name
openvdc show <name>
openvdc rename
The text was updated successfully, but these errors were encountered: