Commit Graph

75 Commits

Author SHA1 Message Date
robert.tomczyk b062fbd1f8 Update change4 file
Change-Id: I21bb5ca1f0b4a498d59f2109048cdfedcca48b51
2019-06-18 11:25:15 +01:00
OpenDev Sysadmins 33d12215c2 OpenDev Migration Patch
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.
2019-04-19 19:49:44 +00:00
Jenkins ec5f4dbde5 Merge "This is a test fix to help know git. closes-Bug: 1234567" into stable/xyzzy 2016-11-10 20:08:53 +00:00
nanaboat 6ec238015d This is a test fix to help know git.
closes-Bug: 1234567

Change-Id: I55bf2ea5f1fbc9e4bf9fe2f095f8c5dfaf93d95e
(cherry picked from commit 6d22076cd1)
2016-11-10 20:06:50 +00:00
Solio Sarabia 8f70ee7ff5 Replace datetime.now() with timeutils.utcnow()
This issue belongs to the QA Staging area.
https://bugs.qastaging.launchpad.net/nova/+bug/1437215

Change-Id: I9b794b59dcad3193d4fecad6942635761607a7e7
Closes-Bug: 1437215
(cherry picked from commit 2eb4f1456c)
2016-11-10 19:34:27 +00:00
Arun Das 42890649f7 Commiting changes before correcting the typo
This is the first commit. Commiting before the first typo.
Please look into it.

Change-Id: Ic0715a9c21d2f433f85781090164839da678c658
(cherry picked from commit 8aea758964)
2016-09-25 02:44:34 +00:00
Jenkins 303fd1d5a6 Merge "My First Commit" into stable/xyzzy 2016-09-23 18:17:18 +00:00
Jenkins 3c9613a3fc Merge "fixing Committing my first bug" into stable/xyzzy 2016-09-23 18:05:54 +00:00
Rohith Polishetty 8dd4801140 My First Commit
Change-Id: If04eeb85c2ab795256e042c3e6c228569eb3155c
(cherry picked from commit ada67b679d)
2016-09-23 18:04:48 +00:00
Moulika Omtri 6b1abef145 new Commit to test
Change-Id: I7356cd0ce512b0272f995b7ef1d0d0aa73657f40
(cherry picked from commit 43587a1b72)
2016-09-23 18:04:21 +00:00
Hemankita Perabathini 365162b12f fixing Committing my first bug
Change-Id: I089c42f197e97a62f95bc07321808a75a3165644
(cherry picked from commit 6d70929c36)
2016-09-23 18:02:31 +00:00
Jenkins ab16454e67 Merge "Switch libvirt get_cpu_info method" into stable/xyzzy 2016-09-09 19:57:02 +00:00
Jonte Watford ccd89b6778 Switch libvirt get_cpu_info method over to use config APIs
The get_cpu_info method in the libvirt driver currently uses
XPath queries to extract information from the capabilities
XML document. Switch this over to use the new config class
LibvirtConfigCaps. Also provide a test case to validate
the data being returned.

Change-Id: I3ff015d641b8052cafee8b2cf84c14588e75287a
Closes-Bug: 1234567
(cherry picked from commit 7147fb3bcf)
2016-08-18 18:10:53 +00:00
SHASHANK TAVILDAR 504dced69f Switch libvirt get_cpu_info method
The get_cpu_info method in the libvirt driver currently uses
XPath queries to extract information from the capabilities
XML document. Switch this over to use the new config class
LibvirtConfigCaps. Also provide a test case to validate
the data being returned.

Change-Id: Ia5785cf9142061faf561de3f5b92177d764b84e0
Closes-Bug: 1234567
(cherry picked from commit a979a37f83)
2016-07-14 18:20:44 +00:00
Mohit Malik 02a96f0d07 witch libvirt get_cpu_info method
The get_cpu_info method in the libvirt driver currently uses
XPath queries to extract information from the capabilities
XML document. Switch this over to use the new config class
LibvirtConfigCaps. Also provide a test case to validate
the data being returned.

Change-Id: If3080d527cbd7176aa92ea8c6e036ebc2f1135f8
Closes-Bug: 1234567
(cherry picked from commit 1fc35418c2)
2016-07-14 18:18:31 +00:00
Jenkins 742e5d885c Merge "Fix invalid parameter bug that causes glance to hang" into stable/xyzzy 2016-07-13 18:14:28 +00:00
Jared Edwards 80506f2412 Fix invalid parameter bug that causes glance to hang
Since glance currently uses an newer version of the
lesser known MPPTTZ library it must also pass the
option to ensure stuff works all the time.

Change-Id: Ibc45f16cad2b9762afe1d3139b97b8b020dbfd3c
Closes-Bug: 1437179
(cherry picked from commit 988fbb6fa7)
2016-07-13 18:05:44 +00:00
Sameer Adhikari 95fb2ec9e5 Updated as per review.
Closes-Bug: 1359523

Change-Id: I2a8fb7ec3c71fdd94df98f68d854db8ca65d0830
(cherry picked from commit 19a31a062a)
2016-07-13 18:04:39 +00:00
Jenkins 7c843148b7 Merge "Switch libvirt get_cpu_info method use config APIs" into stable/xyzzy 2016-06-09 18:28:47 +00:00
Jenkins 3b43df2063 Merge "Switch libvirt get_cpu_info method over to use config APIs" into stable/xyzzy 2016-06-09 18:28:28 +00:00
Jenkins 67ecaeedee Merge "Switch libvirt get_cpu_info use config APIs" into stable/xyzzy 2016-06-09 18:28:07 +00:00
Richard Avelar b39fcba51d Switch libvirt get_cpu_info method use config APIs
The get_cpu_info method in the libvirt driver currently uses
XPath queries to extract information from the capabilities
XML document. Switch this over to use the new config class
LibvirtConfigCaps. Also provide a test case to validate
the data being returned.

Change-Id: I801fbaab48ce8f7feb859b8f6ea30ee3e3a932da
Closes-Bug: 1234567
(cherry picked from commit f86a0b20f6)
2016-06-09 18:28:01 +00:00
Aastha Dixit 3db58f14a6 Switch libvirt get_cpu_info method over to use config APIs
The get_cpu_info method in the libvirt driver currently uses
XPath queries to extract information from the capabilities
XML document. Switch this over to use the new config class
LibvirtConfigCaps. Also provide a test case to validate
the data being returned.

Change-Id: I69a941537d829e91a130ffbb3921eb8b41f351fd
Closes-Bug: 1234567
(cherry picked from commit 42938ecf9b)
2016-06-09 18:26:21 +00:00
Sindhu Devale d27f8ff0af Switch libvirt get_cpu_info use config APIs
The get_cpu_info method in the libvirt driver currently uses
XPath queries to extract information from the capabilities
XML document. Switch this over to use the new config class
LibvirtConfigCaps. Also provide a test case to validate
the data being returned.

Change-Id: I9c94fd5c82f6641585ebe77e1c5e0fac86b43b9b
Closes-Bug: 1234567
(cherry picked from commit 56e8e46cff)
2016-06-09 18:22:34 +00:00
Matt Dorn d0f60b4ecb Switch libvirt get_cpu_info method use config APIs
The get_cpu_info method in the libvirt driver currently uses
XPath queries to extract information from the capabilities
XML document. Switch this over to use the new config class
LibvirtConfigCaps. Also provide a test case to validate
the data being returned.

Change-Id: Ie0624b1b17e74028c157ca5f0f65115881a4a966
Closes-Bug: 1234567
(cherry picked from commit dde6be3ae0)
2016-06-09 18:22:28 +00:00
OS Dojo Student 4ec8683266 hello
Change-Id: I670a61be9e5823591e3deba0297346fdeec6739f
(cherry picked from commit 24abf2b767)
2016-02-12 20:06:21 +00:00
Jenkins 7175ce902a Merge "Switch libvirt get_cpu_info method over to use config APIs" into stable/xyzzy 2015-12-03 19:22:47 +00:00
Jenkins 1abac9193d Merge "Switch libvirt get_cpu_info method over to use config APIs" into stable/xyzzy 2015-12-03 19:22:20 +00:00
Hector I Gonzalez a599598fd5 Switch libvirt get_cpu_info method over to use config APIs
The get_cpu_info method in the libvirt driver currently uses
XPath queries to extract information from the capabilities
XML document. Switch this over to use the new config class
LibvirtConfigCaps. Also provide a test case to validate
the data being returned.

Change-Id: Idfdf5ab7da24dd594792bb43ad87ee540470a2a2
Closes-Bug: 1437082
(cherry picked from commit 024d6bd6b1)
2015-12-03 19:18:02 +00:00
Saisrikiran Mudigonda 7c6524b762 Switch libvirt get_cpu_info method over to use config APIs
The get_cpu_info method in the libvirt driver currently uses
XPath queries to extract information from the capabilities
XML document. Switch this over to use the new config class
LibvirtConfigCaps. Also provide a test case to validate
the data being returned.

Change-Id: I08b9d6dd8846b851ecf89e1f1e00e91ed9883fc4
Closes-Bug: 1437083
(cherry picked from commit a115c0a76a)
2015-12-03 19:16:42 +00:00
Byron McCollum 5ab67be555 Switch libvirt get_cpu_info method over to use config APIs
The get_cpu_info method in the libvirt driver currently uses
XPath queries to extract information from the capabilities
XML document. Switch this over to use the new config class
LibvirtConfigCaps. Also provide a test case to validate
the data being returned.

Change-Id: Icdccccb8f7749ff79c1b8982b4ff1a722937d3ce
Closes-Bug: 1437076
(cherry picked from commit 5d31968c7c)
2015-12-03 19:16:29 +00:00
Jenkins d4289b5019 Merge "witch libvirt get_cpu_info method over to use config APIs" into stable/xyzzy 2015-09-25 18:43:54 +00:00
Jenkins 8d29d00ff0 Merge "Switch libvirt get_cpu_info method over to use config APIs" into stable/xyzzy 2015-09-25 18:40:26 +00:00
Jenkins eb2518405b Merge "Switch libvirt get_cpu_info method over to use config APIs" into stable/xyzzy 2015-09-25 18:40:07 +00:00
Jenkins 18d77cff9e Merge "Switch libvirt get_cpu_info method over to use config APIs" into stable/xyzzy 2015-09-25 18:39:57 +00:00
Jenkins f9f773c015 Merge "Switch libvirt get_cpu_info method over to use config APIs" into stable/xyzzy 2015-09-25 18:39:42 +00:00
Jenkins a6b09c993a Merge "Switch libvirt get_cpu_info method over to use config APIs" into stable/xyzzy 2015-09-25 18:39:05 +00:00
Jenkins 50c405137d Merge "Switch libvirt get_cpu_info method over to use config APIs" into stable/xyzzy 2015-09-25 18:38:50 +00:00
Matt Dorn 43ac771e37 Switch libvirt get_cpu_info method over to use config APIs
The get_cpu_info method in the libvirt driver currently uses
XPath queries to extract information from the capabilities
XML document. Switch this over to use the new config class
LibvirtConfigCaps. Also provide a test case to validate
the data being returned.

Change-Id: I384e815717f6c733a05e13a7c0267c56a26b6f83
Closes-Bug: 1234567
(cherry picked from commit a51d229c85)
(cherry picked from commit db77e69396)
2015-09-25 18:38:42 +00:00
Jaiveek Shah 2b01526dd2 Switch libvirt get_cpu_info method over to use config APIs
The get_cpu_info method in the libvirt driver currently uses
XPath queries to extract information from the capabilities
XML document. Switch this over to use the new config class
LibvirtConfigCaps. Also provide a test case to validate
the data being returned.

Change-Id: Icd650599fb59a8053e18cc301d9bc7a04ba5ec88
Closes-Bug: 1234567
(cherry picked from commit 2d97399b4b)
2015-09-25 18:37:42 +00:00
KALYANI SHINDE a9c501a91a witch libvirt get_cpu_info method over to use config APIs
The get_cpu_info method in the libvirt driver currently uses
XPath queries to extract information from the capabilities
XML document. Switch this over to use the new config class
LibvirtConfigCaps. Also provide a test case to validate
the data being returned.

Change-Id: I1f8dec12bcc56f071907e5fc6015ed04ee25b876
Closes-Bug: 1234567
2015-09-25 18:37:41 +00:00
Rahul Nair 19e481c3da Switch libvirt get_cpu_info method over to use config APIs
The get_cpu_info method in the libvirt driver currently uses
XPath queries to extract information from the capabilities
XML document. Switch this over to use the new config class
LibvirtConfigCaps. Also provide a test case to validate
the data being returned.

Change-Id: I95f460e86ff8e9d1f57e1e85e00f96f5842c6b0f
Closes-Bug: 1234567
(cherry picked from commit ea372518b0)
2015-09-25 18:35:40 +00:00
Ruchi Parmar 06b0ddb6ee Switch libvirt get_cpu_info method over to use config APIs
The get_cpu_info method in the libvirt driver currently uses
XPath queries to extract information from the capabilities
XML document. Switch this over to use the new config class
LibvirtConfigCaps. Also provide a test case to validate
the data being returned.

Change-Id: I31a58492cbc7c53e7472c49fbb72edd778c5f27c
(cherry picked from commit 7c99d1600c)
2015-09-25 18:35:38 +00:00
Mehrab Ghanat Bari cbeb56b5c9 Switch libvirt get_cpu_info method over to use config APIs
The get_cpu_info method in the libvirt driver currently uses
XPath queries to extract information from the capabilities
XML document. Switch this over to use the new config class
LibvirtConfigCaps. Also provide a test case to validate
the data being returned.

Change-Id: I4e3be83261b99f9c6cfcbbf7f76db3d41ccc6d15
Closes-Bug: 1234567
(cherry picked from commit 229df4e41e)
2015-09-25 18:35:36 +00:00
Shravya Gaddam d35e748122 Switch libvirt get_cpu_info method over to use config APIs
The get_cpu_info method in the libvirt driver currently uses
XPath queries to extract information from the capabilities
XML document. Switch this over to use the new config class
LibvirtConfigCaps. Also provide a test case to validate
the data being returned.

Change-Id: I404f7dda33ac9aa729f47e5d684e0a492357c8a2
Closes-Bug: 1234567
(cherry picked from commit afcef9c172)
2015-09-25 18:35:33 +00:00
Firstname Lastname 6334111e1d Switch libvirt get_cpu_info method over to use config APIs
The get_cpu_info method in the libvirt driver currently uses
XPath queries to extract information from the capabilities
XML document. Switch this over to use the new config class
LibvirtConfigCaps. Also provide a test case to validate
the data being returned.

Change-Id: I2ccdbe6049b4988e8101207d0d63e8ae90c4404c
Closes-Bug: 1234567
(cherry picked from commit 6b2ef58cce)
2015-09-25 18:35:24 +00:00
Jenkins abeefbf764 Merge "Switch libvirt get_cpu_info method over to use config APIs" into stable/xyzzy 2015-09-10 19:41:52 +00:00
Jenkins d76347e4f1 Merge "Switch libvirt get_cpu_info method over to use config APIs" into stable/xyzzy 2015-09-10 19:39:04 +00:00
Jenkins 636252f1e0 Merge "Switch libvirt get_cpu_info method over to use config APIs" into stable/xyzzy 2015-09-10 19:38:44 +00:00
Jenkins 17737ca26d Merge "Switch libvirt get_cpu_info method over to use config APIs" into stable/xyzzy 2015-09-10 19:38:13 +00:00