Skip to content

Commit

Permalink
Support for unmanaged CPCs
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Mar 26, 2023
1 parent 0392cc1 commit 9ef46ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ Released: not yet

* Changed JSON output for dpm-export to be sorted and properly indented (#363)

* Added 'zhmc unmanaged_cpc' command group for dealing with unmanaged CPCs.

**Cleanup:**

* Increased minimum versions of pip, setuptools, wheel to more recent versions.
Expand Down
1 change: 1 addition & 0 deletions zhmccli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from ._cmd_session import * # noqa: F401
from ._cmd_console import * # noqa: F401
from ._cmd_cpc import * # noqa: F401
from ._cmd_unmanaged_cpc import * # noqa: F401
from ._cmd_lpar import * # noqa: F401
from ._cmd_partition import * # noqa: F401
from ._cmd_adapter import * # noqa: F401
Expand Down

0 comments on commit 9ef46ed

Please sign in to comment.