Skip to content

Commit bbc3b91

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Lightos driver release note"
2 parents b92259e + e5ed77c commit bbc3b91

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)