Hi Lawrence, On 08/09/17 10:57, Lawrence J. Albinson wrote: > Dear Colleagues, > > I have just noticed that the short-form tempest run at the end of an > openstack-ansible installation is failing with the following error: > [...] > \"/usr/local/lib/python2.7/dist-packages/shade/openstackcloud.py\", line > 403, in _get_versioned_client\n shade_logger=self.log)\n File > \"/usr/local/lib/python2.7/dist-packages/shade/_adapter.py\", line 87, > in __init__\n super(ShadeAdapter, self).__init__(*args, **kwargs)\n > File \"/usr/local/lib/python2.7/dist-packages/positional/__init__.py\", > line 101, in inner\n return wrapped(*args, **kwargs)\nTypeError: > __init__() got an unexpected keyword argument 'min_version'\n", > "module_stdout": "", "msg": "MODULE FAILURE"} > > The message "got an unexpected keyword argument 'min_version'" seems to > suggest some recent change to the ansible module os-image. Before I go > looking too deep though, has anyone else seen this please? > > Kind regards, Lawrence Albinson >
Are you on master or stable/pike? It appears that the problem is in the 'shade' package and there have been some changes on that front recently https://review.openstack.org/#/q/topic:pin_shade is your branch up to date? If not, could you update it and try again? -- markos SUSE LINUX GmbH | GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) Maxfeldstr. 5, D-90409, Nürnberg __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
