template: consider openstack client besides novaclient

We need to encourage developers proposing REST API change to nova to
consider the impact of such change not only novaclient but also on
openstack client to avoid increasing the gap between the two clients.

Change-Id: I1dc647942599694ef7efe4f2894d2e78dec967d7
This commit is contained in:
Balazs Gibizer 2020-04-06 13:45:49 +02:00
parent 216f5941ee
commit b0b00d795a
1 changed files with 2 additions and 2 deletions

View File

@ -240,8 +240,8 @@ Other end user impact
Aside from the API, are there other ways a user will interact with this
feature?
* Does this change have an impact on python-novaclient? What does the user
interface there look like?
* Does this change have an impact on python-novaclient and openstack client?
What does the user interface there look like?
Performance Impact
------------------