This compacts all database migrations up to Ocata into one
intial schema to remove the need to apply every database
change along the way.
Change-Id: I53f45472d6c1aeafa35064cc1d80c5376ff32b9b
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Tox has py36 env enabled but it isn't consistent with the setup.cfg.
To maintain consistency, this patch adds the entry for py36 in
setup.cfg metadata.
Change-Id: Ie3fd02d7c9d2f6e70a13baf24473a2c1d561a1fd
Huawei driver code is terribly decayed and hard to maintain.
From this patch on, we'll try to progressively refactor total
Huawei driver, make the code more clear, reliable and maintainable.
This patch mainly optimized the huawei_smartx.py and huawei_utils.py
files and the logic that according to it.
Change-Id: I132b917e338d43da1e7b46127b1f228cefb1c16a
Trivial followup on commit [1], mentioning microversion in the
releasenote.
[1] https://review.openstack.org/#/c/627549/
Change-Id: I53eabdab12523118d5642fb24d17c57738e58b7f
This patch adds support for transfer pagination.
Co-Authored-By: Yikun Jiang <yikunkero@gmail.com>
Closes-bug: #1814195
Change-Id: Idb04f783b2287b2b45d626131648b0005a232fbe
This is no longer true as of commit
d0b59152ed lvm: Avoid premature calls to terminate_connection...
So this shouldn't appear as a known issue in the
Stein release notes.
Change-Id: Ia2b3906970560254927aa48dbdbb697dc645592f
Add ``project_id`` to response body of list groups with detail and show
group detail APIs.
Depends-On: I190cc67a001ffce2a533480e6e39e26cd3f981df
Change-Id: I3bc34a30b02f8a1ec2c5fecbcde6bd369c8e4a76
Implements: blueprint add-project-id-to-group-response
Determines how many commits to check based
on the $FAST8_NUM_COMMITS env variable.
If set to "smart", it uses git to try to run
against all unsubmitted commits. This allows
fast8 to be more useful when actively developing
a series of patches.
Change-Id: I0adfba626ba2ea3479faf0f6ade712f14d3080d3
Huawei driver code is terribly decayed and hard to maintain.
From this patch on, we'll try to progressively refactor total
Huawei driver, make the code more clear, reliable and maintainable.
This patch mainly optimized the huawei_conf.py file and the logic
that according to it.
Change-Id: I5da3e2a8b1bae4502ae4025a931e9c6899c81e56
When deleting snapshot group, the number of snapshots
is well decremented with the number of snapshots present
in the group. But not the number of gigabytes.
Change-Id: I0fe6d4682a16cbe30e563079964a5275bac728bb
Closes-Bug: #1809434