Zun

Comment 3 for bug 1741291

Revision history for this message
mhhli (mssn) wrote :

Hi @hongbin
Here is my answers.

* I install zun via kolla(Pike).I get kolla image from "http://tarballs.openstack.org/kolla/images/"(centos-source-registry-pike.tar.gz).
* I install zunclient from source. The follow is the output of command "git log -1":
      commit 3995efdc1f5eb6c8c583fe47ec315fa08585c7ff
      Author: Hongbin Lu <email address hidden>
      Date: Wed Oct 11 11:14:27 2017 -0400

      Enhance the README page

      Change-Id: Ic0e4f1da8530396f652b84d23dc705ff2ef69d6a
      (cherry picked from commit 0a7d2332fabfd7b103b033173e3dbe84ec183516)

* Here is the info about network:
 # openstack network list
 +--------------------------------------+---------------+--------------------------------------+
 | ID | Name | Subnets |
 +--------------------------------------+---------------+--------------------------------------+
 | c5bfb62c-5705-4b90-b23e-03948cdd8c3a | container-net | bf8e99c4-d8bb-4efa-a17a-e4dd6bfdf875 |
 +--------------------------------------+---------------+--------------------------------------+
 # openstack subnet list
 +--------------------------------------+------------------+--------------------------------------+-----------------+
 | ID | Name | Network | Subnet |
 +--------------------------------------+------------------+--------------------------------------+-----------------+
 | bf8e99c4-d8bb-4efa-a17a-e4dd6bfdf875 | container-subnet | c5bfb62c-5705-4b90-b23e-03948cdd8c3a | 10.1.0.0/24 |
 +--------------------------------------+------------------+--------------------------------------+-----------------+

* Here is the output about debug info and the logs of "zun-api" and "zun-compute". Also I give the "docker inspect" about the created container via zun.

 https://github.com/Mhhli/openstack_related.git