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
Please add support for managing the domain title property.
title
Example libvirt domain xml title property set to xxx:
xxx
<domain type="kvm"> <name>example1-300594f</name> <uuid>7e9e1fe8-5c8b-4a87-8504-98b91079c7e4</uuid> <title>xxx</title> <description>managed by /home/vagrant/Projects/pulumi-typescript-libvirt-debian</description> ...
The libvirt domain xml documents the property as:
The optional element title provides space for a short description of the domain. The title should not contain any newlines. Since 0.9.10 .
The text was updated successfully, but these errors were encountered:
I second that, I think it's very handy when you have a lot of servers and the naming convention established sometimes just doesn't cut it.
Sorry, something went wrong.
Hi, thanks for the report. This is nice enhancement.
No branches or pull requests
Please add support for managing the domain
title
property.Example libvirt domain xml
title
property set toxxx
:The libvirt domain xml documents the property as:
The text was updated successfully, but these errors were encountered: