<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-cinderclient.git, branch queens-eol</title>
<subtitle>opendev.org: openstack/python-cinderclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/'/>
<entry>
<title>Merge "Add missed 'Server ID' output in attachment-list" into stable/queens</title>
<updated>2020-02-19T17:14:51+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2020-02-19T17:14:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=61fb7b4452d0d5d42cf5d5e569e5d25e06627fcc'/>
<id>61fb7b4452d0d5d42cf5d5e569e5d25e06627fcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly use python2.7 for linters and basic jobs</title>
<updated>2020-01-24T09:28:17+00:00</updated>
<author>
<name>Luigi Toscano</name>
<email>ltoscano@redhat.com</email>
</author>
<published>2020-01-24T09:28:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=17555ff0f8e3e838cdce3972b8eba44dcbb8e5d0'/>
<id>17555ff0f8e3e838cdce3972b8eba44dcbb8e5d0</id>
<content type='text'>
Queens is the last version before the introduction of the new PTI
which switched the basic jobs to python3.
Despite being EM, the pep8 job is failing because it tries to use
python3 (now the default on the OpenDev-provided Zuul instances)
but it is still worth fixing it.

Change-Id: Ifa03268f3e062ee8e3b4453b48163cd5e504451d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Queens is the last version before the introduction of the new PTI
which switched the basic jobs to python3.
Despite being EM, the pep8 job is failing because it tries to use
python3 (now the default on the OpenDev-provided Zuul instances)
but it is still worth fixing it.

Change-Id: Ifa03268f3e062ee8e3b4453b48163cd5e504451d
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missed 'Server ID' output in attachment-list</title>
<updated>2020-01-21T00:33:16+00:00</updated>
<author>
<name>Minmin Ren</name>
<email>renmm6@chinaunicom.cn</email>
</author>
<published>2019-05-14T02:42:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=522e5a938bb478ec190e741a0d47eb16f8c4af00'/>
<id>522e5a938bb478ec190e741a0d47eb16f8c4af00</id>
<content type='text'>
'server_id' is not Attachment attribute, should be
set by 'instance' attribute.

v3/attachments respond body:

{"attachments":
   [{"status": "attached",
     "instance": INSTANCE_UUID,
     "id": ATTACHMENT_UUID,
     "volume_id": VOLUME_UUID,
    },
    ...
    ]
}

Closes-Bug: #1860393
Change-Id: Ica5d278cb7455befe1db4be0ab65114fd606ea0a
(cherry picked from commit 03f228c11e0d88dcc396b30b7544b5cfde894750)
(cherry picked from commit 511224425804621550bf30403f7768eebe6f34ca)
(cherry picked from commit 14547dfb1b9aced82d5d333ab329870461034565)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'server_id' is not Attachment attribute, should be
set by 'instance' attribute.

v3/attachments respond body:

{"attachments":
   [{"status": "attached",
     "instance": INSTANCE_UUID,
     "id": ATTACHMENT_UUID,
     "volume_id": VOLUME_UUID,
    },
    ...
    ]
}

Closes-Bug: #1860393
Change-Id: Ica5d278cb7455befe1db4be0ab65114fd606ea0a
(cherry picked from commit 03f228c11e0d88dcc396b30b7544b5cfde894750)
(cherry picked from commit 511224425804621550bf30403f7768eebe6f34ca)
(cherry picked from commit 14547dfb1b9aced82d5d333ab329870461034565)
</pre>
</div>
</content>
</entry>
<entry>
<title>OpenDev Migration Patch</title>
<updated>2019-04-19T19:40:10+00:00</updated>
<author>
<name>OpenDev Sysadmins</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2019-04-19T19:40:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=1b63bdd0611c19c093b21a3bf21f743bc83790b6'/>
<id>1b63bdd0611c19c093b21a3bf21f743bc83790b6</id>
<content type='text'>
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace openstack.org git:// URLs with https://</title>
<updated>2019-03-24T20:35:48+00:00</updated>
<author>
<name>Ian Wienand</name>
<email>iwienand@redhat.com</email>
</author>
<published>2019-03-24T20:35:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=fb1b648701a8f99ade54ea16502f78cc3ac56d2e'/>
<id>fb1b648701a8f99ade54ea16502f78cc3ac56d2e</id>
<content type='text'>
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I113647eee812797c6e61756a6373d4dc2e58582b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I113647eee812797c6e61756a6373d4dc2e58582b
</pre>
</div>
</content>
</entry>
<entry>
<title>import zuul job settings from project-config</title>
<updated>2018-09-09T09:52:01+00:00</updated>
<author>
<name>Doug Hellmann</name>
<email>doug@doughellmann.com</email>
</author>
<published>2018-09-09T09:52:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=076b155b83bc6e3779ae14a72a9f2166a704f2ba'/>
<id>076b155b83bc6e3779ae14a72a9f2166a704f2ba</id>
<content type='text'>
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I8eb20303dd69e4815ee8cedc091f054a5a7cd1d8
Story: #2002586
Task: #24288
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I8eb20303dd69e4815ee8cedc091f054a5a7cd1d8
Story: #2002586
Task: #24288
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2018-02-13T01:59:18+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2018-02-13T01:59:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=a93840225ba575a08f4fbbe824b5f597ea1377ac'/>
<id>a93840225ba575a08f4fbbe824b5f597ea1377ac</id>
<content type='text'>
Change-Id: I93d94d26cce219e29fa35dc2466785fcbc64e5e8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I93d94d26cce219e29fa35dc2466785fcbc64e5e8
</pre>
</div>
</content>
</entry>
<entry>
<title>Update UPPER_CONSTRAINTS_FILE for stable/queens</title>
<updated>2018-01-24T22:02:20+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2018-01-24T22:02:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=49c50dfa2eeed490ca984c07cdc011e925233ec3'/>
<id>49c50dfa2eeed490ca984c07cdc011e925233ec3</id>
<content type='text'>
Change-Id: Id1e7c11db13b870031d35016e9e7153e96599ebc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id1e7c11db13b870031d35016e9e7153e96599ebc
</pre>
</div>
</content>
</entry>
<entry>
<title>Update .gitreview for stable/queens</title>
<updated>2018-01-24T22:02:17+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2018-01-24T22:02:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=f646aae60e1f2167b9670535055f09d489363961'/>
<id>f646aae60e1f2167b9670535055f09d489363961</id>
<content type='text'>
Change-Id: I635e3cf6e947aba29564c4d0771c17b3653a0d10
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I635e3cf6e947aba29564c4d0771c17b3653a0d10
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add snapshot_id param note for backup-create"</title>
<updated>2018-01-23T22:58:59+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-01-23T22:58:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-cinderclient.git/commit/?id=1de605cdd3c52795d3d6649515807239596f3054'/>
<id>1de605cdd3c52795d3d6649515807239596f3054</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
