*** hongbin_ has quit IRC | 00:11 | |
*** zhurong has joined #openstack-zun | 00:43 | |
*** kevinz has joined #openstack-zun | 01:19 | |
*** hongbin has joined #openstack-zun | 01:23 | |
*** lakerzhou has joined #openstack-zun | 01:28 | |
*** yanyanhu has joined #openstack-zun | 01:50 | |
lakerzhou | Hi folks, I am trying to create a zun container with glance image. Anyone can give me an example of CLI? I tried: zun create --name testimage --command "ping -c 4 8.8.8.8" --image-driver glance cirros-0.3.5-x86_64-disk, but it returns 404. | 01:55 |
---|---|---|
*** hongbin_ has joined #openstack-zun | 01:57 | |
*** caowei has quit IRC | 02:13 | |
*** caowei has joined #openstack-zun | 02:22 | |
*** hongbin has quit IRC | 02:29 | |
*** caowei_ has joined #openstack-zun | 02:36 | |
*** caowei has quit IRC | 02:36 | |
*** caowei_ is now known as caowei | 02:36 | |
openstackgerrit | XieYingYun proposed openstack/zun master: Optimize the link address https://review.openstack.org/454437 | 02:51 |
openstackgerrit | Hongbin Lu proposed openstack/zun master: [WIP] Implement kuryr integration https://review.openstack.org/453387 | 03:08 |
*** zhurong has quit IRC | 03:51 | |
*** zhurong has joined #openstack-zun | 04:03 | |
*** adisky_ has joined #openstack-zun | 04:22 | |
*** hongbin_ has quit IRC | 05:21 | |
*** shu-mutou has joined #openstack-zun | 05:35 | |
*** janki has joined #openstack-zun | 05:41 | |
*** hongbin has joined #openstack-zun | 05:50 | |
hongbin | lakerzhou: need to go to sleep soon, just a quick answer | 05:54 |
hongbin | lakerzhou: check if the glance image is of "docker" type | 05:54 |
hongbin | the way to upload a glance image | 05:55 |
*** zhurong has quit IRC | 05:55 | |
hongbin | $ docker pull busybox | 05:56 |
hongbin | $ docker save busybox | openstack image create busybox --public --container-format docker --disk-format raw | 05:56 |
*** hongbin has quit IRC | 05:56 | |
*** zhurong has joined #openstack-zun | 06:16 | |
*** diga has joined #openstack-zun | 06:25 | |
*** diga has quit IRC | 06:39 | |
*** diga has joined #openstack-zun | 06:42 | |
openstackgerrit | Merged openstack/zun-ui master: Updated from global requirements https://review.openstack.org/454550 | 07:03 |
*** Shunli has joined #openstack-zun | 07:05 | |
*** yanyanhu has quit IRC | 07:19 | |
*** yanyanhu has joined #openstack-zun | 07:22 | |
*** yanyanhu has quit IRC | 07:28 | |
*** kzaitsev_ws has joined #openstack-zun | 07:48 | |
openstackgerrit | Merged openstack/zun-ui master: Don't get container's logs if it is creating https://review.openstack.org/453858 | 08:27 |
*** zhurong has quit IRC | 08:41 | |
openstackgerrit | haobing proposed openstack/zun master: Check the state of host before doing rpc https://review.openstack.org/452388 | 08:42 |
*** diga has quit IRC | 09:16 | |
*** vikasc has quit IRC | 09:26 | |
*** Shunli has quit IRC | 09:30 | |
*** himani has quit IRC | 09:35 | |
*** himani has joined #openstack-zun | 09:35 | |
openstackgerrit | feng.shengqin proposed openstack/python-zunclient master: The result of "zun list" and "openstack appcontainer list" are different https://review.openstack.org/454640 | 09:39 |
*** zhurong has joined #openstack-zun | 09:54 | |
*** zhurong has quit IRC | 09:55 | |
openstackgerrit | Sudipta Biswas proposed openstack/zun master: Introduce cpu-policy for container deployment https://review.openstack.org/427007 | 10:49 |
*** openstackgerrit has quit IRC | 11:18 | |
*** kevinz has quit IRC | 11:47 | |
*** openstackgerrit has joined #openstack-zun | 11:47 | |
openstackgerrit | Madhuri Kumari proposed openstack/zun master: Remove the --command flag from doc https://review.openstack.org/454683 | 11:47 |
*** lakerzhou has quit IRC | 11:53 | |
openstackgerrit | Madhuri Kumari proposed openstack/zun master: Make container DELETE async https://review.openstack.org/452660 | 11:57 |
openstackgerrit | Madhuri Kumari proposed openstack/zun master: Change Cluster to Container in object.rst https://review.openstack.org/454692 | 12:00 |
*** janki has quit IRC | 12:36 | |
*** catintheroof has joined #openstack-zun | 13:03 | |
*** caowei has quit IRC | 13:14 | |
*** lakerzhou has joined #openstack-zun | 13:48 | |
*** vikasc has joined #openstack-zun | 13:52 | |
*** zhurong has joined #openstack-zun | 13:52 | |
*** zhurong has quit IRC | 13:53 | |
*** kzaitsev_ws has quit IRC | 14:33 | |
*** hongbin has joined #openstack-zun | 14:57 | |
*** catintheroof has quit IRC | 15:06 | |
*** catintheroof has joined #openstack-zun | 15:06 | |
*** catintheroof has quit IRC | 15:07 | |
*** catintheroof has joined #openstack-zun | 15:15 | |
*** catintheroof has quit IRC | 15:16 | |
*** catintheroof has joined #openstack-zun | 15:26 | |
*** catintheroof has quit IRC | 15:27 | |
*** catintheroof has joined #openstack-zun | 16:51 | |
*** catintheroof has quit IRC | 16:57 | |
*** vikasc has quit IRC | 17:19 | |
openstackgerrit | Merged openstack/zun master: Check the state of host before doing rpc https://review.openstack.org/452388 | 18:53 |
openstackgerrit | Hongbin Lu proposed openstack/python-zunclient master: [NOT_FOR_REVIEW] Test zunclient dsvm job https://review.openstack.org/454857 | 19:09 |
*** openstackgerrit has quit IRC | 19:19 | |
*** openstackgerrit has joined #openstack-zun | 19:33 | |
openstackgerrit | Merged openstack/python-zunclient master: Needn't check the RUNNING state in container_create https://review.openstack.org/452409 | 19:33 |
*** lakerzhou has quit IRC | 19:59 | |
*** lakerzhou has joined #openstack-zun | 19:59 | |
openstackgerrit | Hongbin Lu proposed openstack/python-zunclient master: [NOT_FOR_REVIEW] Test zunclient dsvm job https://review.openstack.org/454857 | 20:19 |
*** lakerzhou has quit IRC | 20:37 | |
*** adisky_ has quit IRC | 20:39 | |
*** catintheroof has joined #openstack-zun | 21:12 | |
*** catintheroof has quit IRC | 21:16 | |
openstackgerrit | Hongbin Lu proposed openstack/python-zunclient master: The result of "zun list" and "openstack appcontainer list" are different https://review.openstack.org/454640 | 21:33 |
openstackgerrit | Hongbin Lu proposed openstack/python-zunclient master: [NOT_FOR_REVIEW] Test zunclient dsvm job https://review.openstack.org/454857 | 21:34 |
openstackgerrit | Hongbin Lu proposed openstack/python-zunclient master: [NOT_FOR_REVIEW] Test zunclient dsvm job https://review.openstack.org/454857 | 21:34 |
openstackgerrit | Hongbin Lu proposed openstack/python-zunclient master: [WIP] Fix the os_identity_api_version parameter https://review.openstack.org/454905 | 22:19 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!