kuryr-libnetwork/devstack
Hongbin Lu 0e5b420584 Fix the check of docker installation
In before, we checked docker installation by:

  $ rpm -q docker-engine

However, this doesn't work for all cases in fedora 24.
* If docker was installed by "sudo dnf install docker-engine", the
  package will be named as "docker". Therefore, it should be checked
  by "rpm -q docker".
* If docker was installed by devstack (by using
  https://get.docker.com/), the package will be named as
  "docker-engine". Therefore, it should be checked by
  "rpm -q docker-engine".

This commit added check for "docker" as well.

Closes-Bug: #1647459
Change-Id: If89d8b62ffa542f0491f43d42a119741882eb3cd
2016-12-06 21:19:13 +00:00
..
local.conf.sample Enable neutron qos in default vagrant devstack local.conf.sample 2016-11-14 21:52:18 +08:00
plugin.sh Fix the check of docker installation 2016-12-06 21:19:13 +00:00
settings use kuryr-lib master code by default in kuryr-libnetwork vagrant 2016-11-02 16:20:07 +08:00