Skip to content

Fix NodeDriver.get_image docstring - #2180

Merged
micafer merged 3 commits into
apache:trunkfrom
nightcityblade:docs/issue-1540
Sep 1, 2026
Merged

Fix NodeDriver.get_image docstring#2180
micafer merged 3 commits into
apache:trunkfrom
nightcityblade:docs/issue-1540

Conversation

@nightcityblade

Copy link
Copy Markdown

Fix NodeDriver.get_image docstring

Description

Correct the NodeDriver.get_image() documentation so image_id is described as an image identifier instead of a node. Also fix the malformed :rtype: field so Sphinx renders the NodeImage return type correctly.

Fixes #1540.

Status

  • done, ready for review

Checklist (tick everything that applies)

  • Code linting (required, can be done after the PR checks)
  • Documentation
  • Tests
  • ICLA (required for bigger changes) — N/A for this documentation-only correction.

Signed-off-by: nightcityblade <nightcityblade@gmail.com>
@micafer
micafer enabled auto-merge September 1, 2026 11:52
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.58%. Comparing base (99aa044) to head (1e144bb).

Additional details and impacted files
@@           Coverage Diff           @@
##            trunk    #2180   +/-   ##
=======================================
  Coverage   83.58%   83.58%           
=======================================
  Files         352      352           
  Lines       81808    81808           
  Branches     8769     8769           
=======================================
  Hits        68373    68373           
  Misses      10562    10562           
  Partials     2873     2873           
Files with missing lines Coverage Δ
libcloud/compute/base.py 92.86% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@micafer
micafer merged commit 8b22e9e into apache:trunk Sep 1, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix docstring for get_image()

3 participants