Merge "Lightos driver release note"

This commit is contained in:
Zuul 2022-03-01 16:19:08 +00:00 committed by Gerrit Code Review
commit bbc3b91e46
2 changed files with 9 additions and 4 deletions

View File

@ -20,12 +20,9 @@ from os_brick import initiator
class LibvirtLightVolumeDriverTestCase(test_volume.LibvirtVolumeBaseTestCase):
@mock.patch('queue.Queue', return_value='queue')
@mock.patch('nova.utils.get_root_helper')
@mock.patch('os_brick.initiator.connector.InitiatorConnector.factory')
def test_libvirt_lightos_driver(self, mock_factory, mock_helper,
queue):
self.flags(group='libvirt')
def test_libvirt_lightos_driver(self, mock_factory, mock_helper):
mock_helper.return_value = 'sudo'
lightos.LibvirtLightOSVolumeDriver(self.fake_host)
mock_factory.assert_called_once_with(

View File

@ -0,0 +1,8 @@
---
features:
- |
Nova now support integration with the Lightbits Labs
(http://www.lightbitslabs.com) LightOS storage solution.
LightOS is a software-defined, cloud native,
high-performance, clustered scale-out and redundant NVMe/TCP storage
that performs like local NVMe flash.