diff --git a/openstack/python-openstackclient/centos/meta_patches/0001-Update-package-versioning-for-TIS-format.patch b/openstack/python-openstackclient/centos/meta_patches/0001-Update-package-versioning-for-TIS-format.patch index fb48c0b6..c7feff5c 100644 --- a/openstack/python-openstackclient/centos/meta_patches/0001-Update-package-versioning-for-TIS-format.patch +++ b/openstack/python-openstackclient/centos/meta_patches/0001-Update-package-versioning-for-TIS-format.patch @@ -5,9 +5,9 @@ index 62817fd..2c25c75 100644 @@ -10,7 +10,7 @@ Name: python-openstackclient - Version: 3.12.0 + Version: 3.12.1 -Release: 1%{?dist} -+Release: 2.el7%{?_tis_dist}.%{tis_patch_ver} ++Release: 1.el7%{?_tis_dist}.%{tis_patch_ver} Summary: OpenStack Command-line Client License: ASL 2.0 diff --git a/openstack/python-openstackclient/centos/meta_patches/0002-spec-remote-clients-sdk.patch b/openstack/python-openstackclient/centos/meta_patches/0002-spec-remote-clients-sdk.patch index f7f9d5e5..faa7ebe3 100644 --- a/openstack/python-openstackclient/centos/meta_patches/0002-spec-remote-clients-sdk.patch +++ b/openstack/python-openstackclient/centos/meta_patches/0002-spec-remote-clients-sdk.patch @@ -38,5 +38,8 @@ index 2c25c75..874e8a4 100644 +/usr/share/remote-clients/%{name}/%{name}-%{version}.tgz + %changelog - * Mon Aug 21 2017 Alfredo Moralejo 3.12.0-1 - - Update to 3.12.0 + * Tue Apr 03 2018 RDO 3.12.1-1 + - Update to 3.12.1 +-- +1.8.3.1 + diff --git a/openstack/python-openstackclient/centos/patches/0001-US101470-Openstackclient-implementation-of-novaclien.patch b/openstack/python-openstackclient/centos/patches/0001-US101470-Openstackclient-implementation-of-novaclien.patch index d1bd60fb..c0fd0a88 100644 --- a/openstack/python-openstackclient/centos/patches/0001-US101470-Openstackclient-implementation-of-novaclien.patch +++ b/openstack/python-openstackclient/centos/patches/0001-US101470-Openstackclient-implementation-of-novaclien.patch @@ -169,7 +169,7 @@ diff --git a/python_openstackclient.egg-info/SOURCES.txt b/python_openstackclien index 82dae1c..66b9513 100644 --- a/python_openstackclient.egg-info/SOURCES.txt +++ b/python_openstackclient.egg-info/SOURCES.txt -@@ -187,6 +187,8 @@ openstackclient/compute/v2/server_group.py +@@ -188,6 +188,8 @@ openstackclient/compute/v2/server_group.py openstackclient/compute/v2/server_image.py openstackclient/compute/v2/service.py openstackclient/compute/v2/usage.py @@ -178,7 +178,7 @@ index 82dae1c..66b9513 100644 openstackclient/identity/__init__.py openstackclient/identity/client.py openstackclient/identity/common.py -@@ -894,4 +896,4 @@ releasenotes/source/unreleased.rst +@@ -900,4 +902,4 @@ releasenotes/source/unreleased.rst releasenotes/source/_static/.placeholder releasenotes/source/_templates/.placeholder tools/fast8.sh diff --git a/openstack/python-openstackclient/centos/patches/0002-Add-support-for-endpoing-filter-commands.patch b/openstack/python-openstackclient/centos/patches/0002-Add-support-for-endpoing-filter-commands.patch index 201eed54..8e201e4d 100644 --- a/openstack/python-openstackclient/centos/patches/0002-Add-support-for-endpoing-filter-commands.patch +++ b/openstack/python-openstackclient/centos/patches/0002-Add-support-for-endpoing-filter-commands.patch @@ -590,7 +590,7 @@ diff --git a/setup.cfg b/setup.cfg index 1b8e006..d60657f 100644 --- a/setup.cfg +++ b/setup.cfg -@@ -195,12 +195,15 @@ openstack.identity.v3 = +@@ -194,12 +194,15 @@ openstack.identity.v3 = ec2_credentials_delete = openstackclient.identity.v3.ec2creds:DeleteEC2Creds ec2_credentials_list = openstackclient.identity.v3.ec2creds:ListEC2Creds ec2_credentials_show = openstackclient.identity.v3.ec2creds:ShowEC2Creds diff --git a/openstack/python-openstackclient/centos/patches/0002-US101470-Openstackclient-implementation-of-novaclien.patch b/openstack/python-openstackclient/centos/patches/0002-US101470-Openstackclient-implementation-of-novaclien.patch index 35b657ea..cc9a187d 100644 --- a/openstack/python-openstackclient/centos/patches/0002-US101470-Openstackclient-implementation-of-novaclien.patch +++ b/openstack/python-openstackclient/centos/patches/0002-US101470-Openstackclient-implementation-of-novaclien.patch @@ -151,7 +151,7 @@ index c6e2161..551ed8e 100644 parser.add_argument( '--policy', metavar='', -@@ -66,17 +110,21 @@ class CreateServerGroup(command.ShowOne): +@@ -67,17 +111,21 @@ class CreateServerGroup(command.ShowOne): def take_action(self, parsed_args): compute_client = self.app.client_manager.compute info = {} @@ -175,7 +175,7 @@ index c6e2161..551ed8e 100644 class DeleteServerGroup(command.Command): _description = _("Delete existing server group(s).") -@@ -133,8 +181,13 @@ class ListServerGroup(command.Lister): +@@ -134,8 +182,13 @@ class ListServerGroup(command.Lister): def take_action(self, parsed_args): compute_client = self.app.client_manager.compute @@ -189,7 +189,7 @@ index c6e2161..551ed8e 100644 if parsed_args.long: column_headers = columns = ( 'ID', -@@ -143,12 +196,14 @@ class ListServerGroup(command.Lister): +@@ -144,12 +197,14 @@ class ListServerGroup(command.Lister): 'Members', 'Project Id', 'User Id', @@ -204,7 +204,7 @@ index c6e2161..551ed8e 100644 ) return (column_headers, -@@ -175,11 +230,43 @@ class ShowServerGroup(command.ShowOne): +@@ -176,11 +231,43 @@ class ShowServerGroup(command.ShowOne): def take_action(self, parsed_args): compute_client = self.app.client_manager.compute diff --git a/openstack/python-openstackclient/centos/patches/0002-US106901-Openstack-CLI-Adoption.patch b/openstack/python-openstackclient/centos/patches/0002-US106901-Openstack-CLI-Adoption.patch index e4598a6f..db453efa 100644 --- a/openstack/python-openstackclient/centos/patches/0002-US106901-Openstack-CLI-Adoption.patch +++ b/openstack/python-openstackclient/centos/patches/0002-US106901-Openstack-CLI-Adoption.patch @@ -272,7 +272,7 @@ diff --git a/setup.cfg b/setup.cfg index 627ff87..11f7261 100644 --- a/setup.cfg +++ b/setup.cfg -@@ -468,6 +468,8 @@ openstack.volume.v1 = +@@ -463,6 +463,8 @@ openstack.volume.v1 = snapshot_unset = openstackclient.volume.v1.snapshot:UnsetSnapshot volume_create = openstackclient.volume.v1.volume:CreateVolume volume_delete = openstackclient.volume.v1.volume:DeleteVolume @@ -281,7 +281,7 @@ index 627ff87..11f7261 100644 volume_list = openstackclient.volume.v1.volume:ListVolume volume_migrate = openstackclient.volume.v1.volume:MigrateVolume volume_set = openstackclient.volume.v1.volume:SetVolume -@@ -480,6 +482,7 @@ openstack.volume.v1 = +@@ -475,6 +477,7 @@ openstack.volume.v1 = volume_backup_show = openstackclient.volume.v1.backup:ShowVolumeBackup volume_snapshot_create = openstackclient.volume.v1.volume_snapshot:CreateVolumeSnapshot volume_snapshot_delete = openstackclient.volume.v1.volume_snapshot:DeleteVolumeSnapshot @@ -289,7 +289,7 @@ index 627ff87..11f7261 100644 volume_snapshot_list = openstackclient.volume.v1.volume_snapshot:ListVolumeSnapshot volume_snapshot_set = openstackclient.volume.v1.volume_snapshot:SetVolumeSnapshot volume_snapshot_show = openstackclient.volume.v1.volume_snapshot:ShowVolumeSnapshot -@@ -529,7 +532,9 @@ openstack.volume.v2 = +@@ -524,7 +527,9 @@ openstack.volume.v2 = snapshot_show = openstackclient.volume.v2.snapshot:ShowSnapshot snapshot_unset = openstackclient.volume.v2.snapshot:UnsetSnapshot volume_create = openstackclient.volume.v2.volume:CreateVolume @@ -300,7 +300,7 @@ index 627ff87..11f7261 100644 volume_list = openstackclient.volume.v2.volume:ListVolume volume_migrate = openstackclient.volume.v2.volume:MigrateVolume volume_set = openstackclient.volume.v2.volume:SetVolume -@@ -545,6 +550,7 @@ openstack.volume.v2 = +@@ -540,6 +545,7 @@ openstack.volume.v2 = volume_host_set = openstackclient.volume.v2.volume_host:SetVolumeHost volume_snapshot_create = openstackclient.volume.v2.volume_snapshot:CreateVolumeSnapshot volume_snapshot_delete = openstackclient.volume.v2.volume_snapshot:DeleteVolumeSnapshot @@ -308,7 +308,7 @@ index 627ff87..11f7261 100644 volume_snapshot_list = openstackclient.volume.v2.volume_snapshot:ListVolumeSnapshot volume_snapshot_set = openstackclient.volume.v2.volume_snapshot:SetVolumeSnapshot volume_snapshot_show = openstackclient.volume.v2.volume_snapshot:ShowVolumeSnapshot -@@ -584,6 +590,8 @@ openstack.volume.v3 = +@@ -579,6 +585,8 @@ openstack.volume.v3 = consistency_group_snapshot_show = openstackclient.volume.v2.consistency_group_snapshot:ShowConsistencyGroupSnapshot volume_create = openstackclient.volume.v2.volume:CreateVolume volume_delete = openstackclient.volume.v2.volume:DeleteVolume @@ -317,7 +317,7 @@ index 627ff87..11f7261 100644 volume_list = openstackclient.volume.v2.volume:ListVolume volume_migrate = openstackclient.volume.v2.volume:MigrateVolume volume_set = openstackclient.volume.v2.volume:SetVolume -@@ -598,6 +606,7 @@ openstack.volume.v3 = +@@ -593,6 +601,7 @@ openstack.volume.v3 = volume_host_set = openstackclient.volume.v2.volume_host:SetVolumeHost volume_snapshot_create = openstackclient.volume.v2.volume_snapshot:CreateVolumeSnapshot volume_snapshot_delete = openstackclient.volume.v2.volume_snapshot:DeleteVolumeSnapshot diff --git a/openstack/python-openstackclient/centos/patches/openstackClient_Passwordchange_warning.patch b/openstack/python-openstackclient/centos/patches/openstackClient_Passwordchange_warning.patch index a226b0df..70644454 100644 --- a/openstack/python-openstackclient/centos/patches/openstackClient_Passwordchange_warning.patch +++ b/openstack/python-openstackclient/centos/patches/openstackClient_Passwordchange_warning.patch @@ -1,9 +1,12 @@ -From be8b4cdf2939d5cd2bf3f2a38534f0d760f63413 Mon Sep 17 00:00:00 2001 + From be8b4cdf2939d5cd2bf3f2a38534f0d760f63413 Mon Sep 17 00:00:00 2001 From: jmckenna Date: Fri, 6 Oct 2017 10:38:33 -0400 Subject: [PATCH] CGTS-6766: Openstack client logging a warning message when 'admin' user password is changed using 'openstack user set'CLI command +--- + openstackclient/identity/v3/user.py | 4 ++++ + 1 file changed, 4 insertions(+) diff --git a/openstackclient/identity/v3/user.py b/openstackclient/identity/v3/user.py index 5f4fb54..201d217 100644 @@ -20,3 +23,6 @@ index 5f4fb54..201d217 100644 class SetPasswordUser(command.Command): +-- +1.8.3.1 + diff --git a/openstack/python-openstackclient/centos/srpm_path b/openstack/python-openstackclient/centos/srpm_path index f8078d19..4f95b235 100644 --- a/openstack/python-openstackclient/centos/srpm_path +++ b/openstack/python-openstackclient/centos/srpm_path @@ -1 +1 @@ -mirror:Source/python-openstackclient-3.12.0-1.el7.src.rpm +mirror:Source/python-openstackclient-3.12.1-1.el7.src.rpm