python-openstackclient 7.1.0__py3-none-any.whl → 7.1.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- openstackclient/compute/v2/server.py +1 -1
- openstackclient/tests/unit/compute/v2/test_server.py +5 -5
- {python_openstackclient-7.1.0.dist-info → python_openstackclient-7.1.2.dist-info}/AUTHORS +1 -0
- {python_openstackclient-7.1.0.dist-info → python_openstackclient-7.1.2.dist-info}/METADATA +1 -1
- {python_openstackclient-7.1.0.dist-info → python_openstackclient-7.1.2.dist-info}/RECORD +10 -10
- python_openstackclient-7.1.2.dist-info/pbr.json +1 -0
- python_openstackclient-7.1.0.dist-info/pbr.json +0 -1
- {python_openstackclient-7.1.0.dist-info → python_openstackclient-7.1.2.dist-info}/LICENSE +0 -0
- {python_openstackclient-7.1.0.dist-info → python_openstackclient-7.1.2.dist-info}/WHEEL +0 -0
- {python_openstackclient-7.1.0.dist-info → python_openstackclient-7.1.2.dist-info}/entry_points.txt +0 -0
- {python_openstackclient-7.1.0.dist-info → python_openstackclient-7.1.2.dist-info}/top_level.txt +0 -0
|
@@ -6974,7 +6974,7 @@ class TestServerEvacuate(TestServer):
|
|
|
6974
6974
|
evac_args = {
|
|
6975
6975
|
'host': None,
|
|
6976
6976
|
'on_shared_storage': False,
|
|
6977
|
-
'
|
|
6977
|
+
'admin_pass': None,
|
|
6978
6978
|
}
|
|
6979
6979
|
self._test_evacuate(args, verify_args, evac_args)
|
|
6980
6980
|
|
|
@@ -6991,7 +6991,7 @@ class TestServerEvacuate(TestServer):
|
|
|
6991
6991
|
evac_args = {
|
|
6992
6992
|
'host': None,
|
|
6993
6993
|
'on_shared_storage': False,
|
|
6994
|
-
'
|
|
6994
|
+
'admin_pass': 'password',
|
|
6995
6995
|
}
|
|
6996
6996
|
self._test_evacuate(args, verify_args, evac_args)
|
|
6997
6997
|
|
|
@@ -7008,7 +7008,7 @@ class TestServerEvacuate(TestServer):
|
|
|
7008
7008
|
('server', self.server.id),
|
|
7009
7009
|
('host', 'target-host'),
|
|
7010
7010
|
]
|
|
7011
|
-
evac_args = {'host': host, '
|
|
7011
|
+
evac_args = {'host': host, 'admin_pass': None}
|
|
7012
7012
|
|
|
7013
7013
|
self._test_evacuate(args, verify_args, evac_args)
|
|
7014
7014
|
|
|
@@ -7041,7 +7041,7 @@ class TestServerEvacuate(TestServer):
|
|
|
7041
7041
|
evac_args = {
|
|
7042
7042
|
'host': None,
|
|
7043
7043
|
'on_shared_storage': True,
|
|
7044
|
-
'
|
|
7044
|
+
'admin_pass': None,
|
|
7045
7045
|
}
|
|
7046
7046
|
self._test_evacuate(args, verify_args, evac_args)
|
|
7047
7047
|
|
|
@@ -7072,7 +7072,7 @@ class TestServerEvacuate(TestServer):
|
|
|
7072
7072
|
evac_args = {
|
|
7073
7073
|
'host': None,
|
|
7074
7074
|
'on_shared_storage': False,
|
|
7075
|
-
'
|
|
7075
|
+
'admin_pass': None,
|
|
7076
7076
|
}
|
|
7077
7077
|
self._test_evacuate(args, verify_args, evac_args)
|
|
7078
7078
|
mock_wait_for_status.assert_called_once_with(
|
|
@@ -385,6 +385,7 @@ Stuart McLaren <stuart.mclaren@hp.com>
|
|
|
385
385
|
Surya Seetharaman <suryaseetharaman.9@gmail.com>
|
|
386
386
|
Sven Wegener <sven.wegener@inovex.de>
|
|
387
387
|
Swapnil Kulkarni (coolsvap) <me@coolsvap.net>
|
|
388
|
+
Sylvain Bauza <sbauza@redhat.com>
|
|
388
389
|
Sławek Kapłoński <slawek@kaplonski.pl>
|
|
389
390
|
Takashi Kajinami <kajinamit@oss.nttdata.com>
|
|
390
391
|
Takashi Kajinami <tkajinam@redhat.com>
|
|
@@ -30,7 +30,7 @@ openstackclient/compute/v2/host.py,sha256=1Ow4eJu9HPz-SC0u_eXJskUXaGoyW7X1O2yZIf
|
|
|
30
30
|
openstackclient/compute/v2/hypervisor.py,sha256=xkSLqZjaJnVABAKh9ANF9zqy67WaEJeD9NiVL3Frqko,8808
|
|
31
31
|
openstackclient/compute/v2/hypervisor_stats.py,sha256=Y2Jkkleha8PXnM2VQ2MJtjKxHKchGRyEqmILfPj-Wgw,2161
|
|
32
32
|
openstackclient/compute/v2/keypair.py,sha256=yM30AVsMmPP1SAqD8_nKXNkeB9WLyL6sd18AjeYIuhM,15730
|
|
33
|
-
openstackclient/compute/v2/server.py,sha256=
|
|
33
|
+
openstackclient/compute/v2/server.py,sha256=nGL-_cyQssS5-TT_BlQMvHVjOLEh0q2meAKJNVfVDsI,187196
|
|
34
34
|
openstackclient/compute/v2/server_backup.py,sha256=GVf_T5iHt0po1vYDDQgUQ_fN3AisHvKozEXY37voWkc,4119
|
|
35
35
|
openstackclient/compute/v2/server_event.py,sha256=vLtu_LBJ99Fgfj9oRBCVATalRMyqBd3CUjHToVfQB48,10055
|
|
36
36
|
openstackclient/compute/v2/server_group.py,sha256=s9CjDnmjNUk03VUdAkOn5QHMoSCHV8dtvuLe05ER4Rg,8674
|
|
@@ -294,7 +294,7 @@ openstackclient/tests/unit/compute/v2/test_host.py,sha256=AAcIxoGpVdy1qOkV3lPFyD
|
|
|
294
294
|
openstackclient/tests/unit/compute/v2/test_hypervisor.py,sha256=t_Xv7uh4dzv6G-gOG3Eoy7l516cHOwy1xeiBgIyaUKc,17390
|
|
295
295
|
openstackclient/tests/unit/compute/v2/test_hypervisor_stats.py,sha256=1z8Jhx_CBoN-cu4im3MQc-YPAZlRQfu--3c9UAUmMG4,3020
|
|
296
296
|
openstackclient/tests/unit/compute/v2/test_keypair.py,sha256=ASoemn6bN_tEKZlHRbhUpjPNydPaqMA22jn6fyAcwGs,25067
|
|
297
|
-
openstackclient/tests/unit/compute/v2/test_server.py,sha256=
|
|
297
|
+
openstackclient/tests/unit/compute/v2/test_server.py,sha256=LKLw3-_AmnrK2xj3khVl_Te98HPn-Aay25AQY5HW5Cs,310885
|
|
298
298
|
openstackclient/tests/unit/compute/v2/test_server_backup.py,sha256=MW2UQQ32cE403Bmihp7s_MYVhVV4NrkwfDdaZ-y5Wu4,7503
|
|
299
299
|
openstackclient/tests/unit/compute/v2/test_server_event.py,sha256=aZhLD_RgcNDUdCgwVJmpolQlabVWxlrp5edSZBanR_Q,12504
|
|
300
300
|
openstackclient/tests/unit/compute/v2/test_server_group.py,sha256=Ul0SQ_cIq4mW7TIsm6mDRtCOlboNyy6lClP1Oy3NPAE,14934
|
|
@@ -493,11 +493,11 @@ openstackclient/volume/v3/volume_message.py,sha256=HBBxPEcYoNqGjEbzGIEnIJ1XTcQ2K
|
|
|
493
493
|
openstackclient/volume/v3/volume_snapshot.py,sha256=pZ4q_qCwqh4jaGhX28G59wsWDmEc3uXdbpeD176osZg,3186
|
|
494
494
|
openstackclient/volume/v3/volume_transfer_request.py,sha256=PthOJV2m-pTV1njFzwTpaekXZkET1c6alIJrpuN7R6Q,7530
|
|
495
495
|
openstackclient/volume/v3/volume_type.py,sha256=DF2MVoW2mIk0ABDLZD8D2sb8JlR7-rRjA4qCnBHRe6o,34039
|
|
496
|
-
python_openstackclient-7.1.
|
|
497
|
-
python_openstackclient-7.1.
|
|
498
|
-
python_openstackclient-7.1.
|
|
499
|
-
python_openstackclient-7.1.
|
|
500
|
-
python_openstackclient-7.1.
|
|
501
|
-
python_openstackclient-7.1.
|
|
502
|
-
python_openstackclient-7.1.
|
|
503
|
-
python_openstackclient-7.1.
|
|
496
|
+
python_openstackclient-7.1.2.dist-info/AUTHORS,sha256=TRFKS0fs1j9d3_KWaIQfYnNH3gfTnDyBHng0RJAUFeM,21384
|
|
497
|
+
python_openstackclient-7.1.2.dist-info/LICENSE,sha256=XfKg2H1sVi8OoRxoisUlMqoo10TKvHmU_wU39ks7MyA,10143
|
|
498
|
+
python_openstackclient-7.1.2.dist-info/METADATA,sha256=jrC3N3viJUbcJ8V1HnLHeX0sRlB6jawZMR0ddikiI08,6581
|
|
499
|
+
python_openstackclient-7.1.2.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
|
|
500
|
+
python_openstackclient-7.1.2.dist-info/entry_points.txt,sha256=9kVhKTeyLPfkXDMI_ALqXvz0zSJEqibJLHHsOdmtT3c,53261
|
|
501
|
+
python_openstackclient-7.1.2.dist-info/pbr.json,sha256=LGNHuU0gKlZeEB_mLMluAMpuBrt7SCvOG3xywgiECwo,47
|
|
502
|
+
python_openstackclient-7.1.2.dist-info/top_level.txt,sha256=htg7z9oZgysRuVUHn-m1Bk6XLGOeV65nMbZX9H8qhs0,16
|
|
503
|
+
python_openstackclient-7.1.2.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"git_version": "08c84454", "is_release": true}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"git_version": "73e9dd19", "is_release": true}
|
|
File without changes
|
|
File without changes
|
{python_openstackclient-7.1.0.dist-info → python_openstackclient-7.1.2.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{python_openstackclient-7.1.0.dist-info → python_openstackclient-7.1.2.dist-info}/top_level.txt
RENAMED
|
File without changes
|