Re: [openstack-dev] Openstack-Zun Service Appears down

2018-06-22 Thread Hongbin Lu
Hi Muhammad, I am not sure what is the exact problem, but here is the list of things you might want to check: 1. Make sure the security group is open. This document explains how to find the security group(s) of the container:

Re: [openstack-dev] Openstack-Zun Service Appears down

2018-06-22 Thread Usman Awais
Hi Hongbin, Many thanks, got it running, that was awesom... :) The problem was unsynched time. I installed chrony and it started working. Now I am running into another problem; the networking of the container. The container gets started, I can shell into it through appcontainer API, it even gets

Re: [openstack-dev] Openstack-Zun Service Appears down

2018-06-21 Thread Hongbin Lu
HI Muhammad, Here is the code (run in controller node) that decides whether a service is up https://github.com/openstack/zun/blob/master/zun/api/servicegroup.py . There are several possibilities to cause a service to be 'down': 1. The service was being 'force_down' via API (e.g. explicitly

[openstack-dev] Openstack-Zun Service Appears down

2018-06-20 Thread Usman Awais
Dear Zuners, I have installed RDO pike. I stopped openstack-nova-compute service on one of the hosts, and installed a zun-compute service. Although all the services seems to be running ok on both controller and compute but when I do openstack appcontainer service list It gives me following