Skip to content

Commit e8feef7

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Deprecate the powervm driver"
2 parents 55566b9 + 0d70616 commit e8feef7

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

nova/virt/powervm/driver.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,14 @@ def init_host(self, host):
103103
104104
Includes catching up with currently running VMs on the given host.
105105
"""
106+
LOG.warning(
107+
'The powervm virt driver is deprecated and may be removed in a '
108+
'future release. The driver is not tested by the OpenStack '
109+
'project nor does it have clear maintainers and thus its quality'
110+
'can not be ensured. If you are using the driver in production '
111+
'please let us know the openstack-discuss mailing list or on IRC'
112+
)
113+
106114
# Build the adapter. May need to attempt the connection multiple times
107115
# in case the PowerVM management API service is starting.
108116
# TODO(efried): Implement async compute service enable/disable like
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
deprecations:
3+
- |
4+
The powervm virt driver is deprecated and may be removed in a future
5+
release. The driver is not tested by the OpenStack project nor does it have
6+
clear maintainers and thus its quality can not be ensured.

0 commit comments

Comments
 (0)