commit | 2020d6e15b4dab8e5bd1009e166152c5c8b1dff5 | [log] [tgz] |
---|---|---|
author | Mathieu Gagné <mgagne@iweb.com> | Thu Dec 10 19:52:12 2015 -0500 |
committer | Mathieu Gagné <mgagne@iweb.com> | Thu Dec 10 19:54:55 2015 -0500 |
tree | fedb5c51dc019a008e46456fc62a1ae8658578d7 | |
parent | e48de266380bf2e94ce95d1610180a3dba23b9ba [diff] |
Teach Tempest how to count vcpus If the processor model name contains the "processor" keyword, get_number_of_vcpus() will report from vcpus count. This change makes sure get_number_of_vcpus() only matches lines starting with the "processor" keyword so it doesn't match model name with said keyword. Change-Id: I79c0e2dd564a1fc69c1c31c425601434a6a07872 Closes-bug: #1525036