Update git submodules

* Update nova from branch 'master'
  - tests: Stub out privsep modules
    
    The libvirt driver makes a number of calls to privsep which weren't
    adequately mocked, resulting in failures like the below on hosts that
    differed from the gate (read: RHEL):
    
      2019-03-29 05:31:45,075 ERROR [nova.compute.manager] Instance failed to spawn
      Traceback (most recent call last):
        ...
        File "nova/virt/libvirt/driver.py", line 3912, in _get_guest_disk_config
          self.disk_cachemode,
        File "nova/virt/libvirt/driver.py", line 416, in disk_cachemode
          if not nova.privsep.utils.supports_direct_io(CONF.instances_path):
        File "nova/privsep/utils.py", line 62, in supports_direct_io
          {'path': dirpath, 'ex': e})
        File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
          self.force_reraise()
        File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
          six.reraise(self.type_, self.value, self.tb)
        File "nova/privsep/utils.py", line 45, in supports_direct_io
          fd = os.open(testfile, os.O_CREAT | os.O_WRONLY | os.O_DIRECT)
      OSError: [Errno 2] No such file or directory: '../nova/instances/.directio.test'
    
    Change-Id: If01e08a16dfdb2e539430fef3e4ba8b4e022626b
This commit is contained in:
Stephen Finucane 2019-03-29 17:22:45 +00:00 committed by Gerrit Code Review
parent b14ffbe2dc
commit 3717ead081
1 changed files with 1 additions and 1 deletions

2
nova

@ -1 +1 @@
Subproject commit 95a87bce9fa7575c172a7d06344fd3cd070db587
Subproject commit a37b16610de0c09ea99b4e8a731b82e5bc1bd229