Artem Goncharov 10017ff68f Repair 2 deprecation warnings
Using SDK uncovered 2 code deprecation warnings:

openstack/resource.py:210: DeprecationWarning: Using or importing the
  ABCs from 'collections' instead of from 'collections.abc' is deprecated
  since Python 3.3, and in 3.9 it will stop working class
  _ComponentManager(collections.MutableMapping):

openstack/resource.py:351: DeprecationWarning: inspect.getargspec() is
  deprecated since Python 3.0, use inspect.signature() or
    inspect.getfullargspec() len(inspect.getargspec(type_).args) > 1) #

Follow recommendations and replace those usages

Change-Id: I0a38dceb1739ba0601d751d5a9837524353475b5
2020-09-04 16:37:44 +02:00
..
2020-06-10 12:37:46 +05:30
2020-07-31 16:12:25 -05:00
2020-05-10 08:23:40 -05:00
2020-05-13 04:25:35 +00:00
2020-03-29 11:07:34 -05:00
2020-03-29 11:07:34 -05:00
2020-07-09 08:35:44 -05:00
2020-05-10 08:29:41 -05:00
2020-05-10 08:29:40 -05:00
2020-05-10 08:29:41 -05:00
2019-10-04 13:08:21 +02:00
2020-09-04 16:37:44 +02:00
2020-05-10 08:29:41 -05:00
2016-06-03 09:32:26 -04:00