After merge of change [1] to devstack project, preconfigured creds for
Tempest cannot be used anymore. But Manila requires such.
For the moment, latest Tempest interfaces cannot allow us to use
preconfigured creds because of bug #1524717.
So, until this bug fixed, we should workaround Devstack changes and
set legacy opts explicitly.
[1] I65b56ff681d6c27094380693c953fbc3664eceb0
Related-Bug: #1531049
Closes-Bug: #1531189
Change-Id: I4dc266713ec06bc6e98616a1277c8ae6cadf199d
Oslo_config separated some special groups ( or sections called in
config file), such as 'oslo_messaging_qpid', 'oslo_messaging_rabbit'
and 'oslo_messaging_amqp'. Oslo_config load relevant options from
corresponding groups instead of DEFAULT.
If the options are left in the [DEFAULT] section, we may get a
warning in the log like this:
WARNING oslo_config.cfg [-] Option "rabbit_password" from group
"DEFAULT" is deprecated. Use option "rabbit_password" from group
"oslo_messaging_rabbit".
refer to:
https://review.openstack.org/#/c/173312/
Change-Id: I077d5d47b48de49e4b8354bef5fb68ffdfcb2733
This removes the comments, which with the latest tox are causing
issues. We should sync-up with the bashate entry in the devstack
repo once they fix it on their side.
Change-Id: I6e79fefbda97fcefc1d8cf628511b82ff399c129
keystoneauth was split out last cycle as a library specifically to deal
with doing auth functions so that people who do not need to do keystone
CRUD operations can just consume only the auth session parts. As part
of modernizing keystone interactions, use keystoneauth instead of
keystoneclient.
Change-Id: Ieae0773ebbb8655ed79d496dd393482e2792e404
This patch removes `MANIFEST.in` file as pbr generates a sensible
manifest from git files and some standard files and it removes
the need for an explicit `MANIFEST.in` file.
Change-Id: I3da83a8f86cc6cef274f151d053d7b645e4d6894
When a development environment is under a proxy, tox is failed even if
environment variables of the proxy are set.
This patch fix this problem.
Change-Id: I25eb1d42ca0e3e3d8a028c22799da383ececcac5
Closes-Bug: #1465086
Some various renamings of the "NO_DOMAIN" concept broke the very delicate
handling of a target which doesn't have a zone that it should. This
fixes it.
Change-Id: I86e537fb2b86196528821f15f1e12291be52ce33
Closes-Bug: 1522480
as of mitaka, the infra team won't have the resources available to
reasonably test py26, also the oslo team is dropping py26 support
from their libraries. sine we rely on oslo for a lot of our work,
and depend on infra for our CI, we should drop py26 support too.
Change-Id: I4aeba7269ddb465ac61f851f5b5d2ab1b91882e4
Related-Bug: #1519510