These have been around since the beginning of time. Let's clean them up.
Change-Id: I2339cc62698fe39ddb6be48d021b9211223dbf41
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
No need for these to live in separate places.
Change-Id: Ia15dd168a911135732f87dbf94b40046e5578cb0
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
There's only one driver now, which means there isn't really a driver at
all. Move the code into the manager altogether and avoid a useless layer
of abstraction.
Change-Id: I609df5b707e05ea70c8a738701423ca751682575
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Take the opportunity to clean up the docs quite a bit, ultimately
combining two disparate guides on the scheduler into one.
Change-Id: Ia72d39b4774d93793b381359b554c717dc9a6994
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This change adds a new workaround config option to allow disabling the
guest apic.
Co-authored-by: Lee Yarwood <lyarwood@redhat.com>
Related-Bug: #1939108
Change-Id: I2da867f2734b590a884b1fe1200c402cbf7e9e1c
A TODO is left to wire these up correctly within the fixture, for the
time being we just need to ensure the methods within
nova.volume.cinder.API are mocked.
Change-Id: I2152fd63f61cfa84faef90ce24880f03fb391eee
Move some tests around and remove some unnecessary helpers, pending
upcoming tests for microversion 2.89. An unnecessary test,
'test_create_multiple_instance_with_neutron_port', is also removed since
it duplicates others tests.
Change-Id: I6660b38677f130e4b6c70c7b84c6098f8cf2e3ee
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
A base is something that it's inherited by other things. If everything
is a base, nothing is. This is just noise so remove it.
Change-Id: I9e2d3c37650465d0748852f8cdb82fbeba7b3f4c
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
We'll need this to add some microversion-specific behavior in the near
future. An out-of-date comment is removed.
Change-Id: Ia6a13e3c25f4276a595026a4cda7944898da43b7
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This better reflects its actual meaning.
The 'hostname_or_ip_address' parameter type is removed as it has been
unused since support for support for the 'os-cells' API was removed in
change Iddb519008515f591cf1d884872a5887afbe766f2.
Change-Id: Ia99aeb37785284e129b01d336da17ea907db95b7
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>