Workaround openstacksdk dependency issue

See:
fd61b54679 (diff-b4ef698db8ca845e5845c4618278f29a)

Note: may also affect master/rhel8-branch but haven't seen it
so far. For master we can do:

	dnf install ansible python3-openstacksdk

Not so easy on RHEL 7
This commit is contained in:
Alexander Todorov 2018-12-18 15:17:45 +02:00 committed by Alexander Todorov
parent 7143456043
commit 177e62a896

View File

@ -40,7 +40,7 @@ rlJournalStart
rlAssertRpm python2-pip
fi
rlRun -t -c "pip install ansible openstacksdk"
rlRun -t -c "pip install ansible openstacksdk 'dogpile.cache>=0.6.2,<0.7.0'"
rlPhaseEnd
rlPhaseStartTest "compose start"