Skip to content

Commit e5ed77c

Browse files
committed
Lightos driver release note
followup for: Change-Id Ic314b26695d9681d31a18adcec0794c2ff41fe71 - add release note - small nit in lighots unittests to remove the config option. Signed-off-by: Yuval Brave <[email protected]> Change-Id: Iace742c96580e97eff3a0dc1074f0722a5254217
1 parent b2ec3cd commit e5ed77c

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

nova/tests/unit/virt/libvirt/volume/test_lightos.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,9 @@
2020

2121
class LibvirtLightVolumeDriverTestCase(test_volume.LibvirtVolumeBaseTestCase):
2222

23-
@mock.patch('queue.Queue', return_value='queue')
2423
@mock.patch('nova.utils.get_root_helper')
2524
@mock.patch('os_brick.initiator.connector.InitiatorConnector.factory')
26-
def test_libvirt_lightos_driver(self, mock_factory, mock_helper,
27-
queue):
28-
self.flags(group='libvirt')
25+
def test_libvirt_lightos_driver(self, mock_factory, mock_helper):
2926
mock_helper.return_value = 'sudo'
3027
lightos.LibvirtLightOSVolumeDriver(self.fake_host)
3128
mock_factory.assert_called_once_with(
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
features:
3+
- |
4+
Nova now support integration with the Lightbits Labs
5+
(http://www.lightbitslabs.com) LightOS storage solution.
6+
LightOS is a software-defined, cloud native,
7+
high-performance, clustered scale-out and redundant NVMe/TCP storage
8+
that performs like local NVMe flash.

0 commit comments

Comments
 (0)