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

use names for datacenter and quota in oVirt examples #1142

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions plugins/modules/compute_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
type: bool
ovirt_quota:
description:
- oVirt quota ID, only valid for I(provider=ovirt)
- oVirt quota ID or name, only valid for I(provider=ovirt)
type: str
project:
description:
Expand Down Expand Up @@ -199,8 +199,8 @@
url: ovirt.example.com
user: [email protected]
password: ovirtsecret
datacenter: aa92fb54-0736-4066-8fa8-b8b9e3bd75ac
ovirt_quota: 24868ab9-c2a1-47c3-87e7-706f17d215ac
datacenter: Example-Datacenter
ovirt_quota: Default
use_v4: true
server_url: "https://foreman.example.com"
username: "admin"
Expand Down