[openstack-dev] [murano] failed to access storage.apps.openstack.org

2017-11-05 Thread Margin Hu
Hi Guys, I found I failed to download the following file: http://storage.apps.openstack.org/apps/com.example.apache.ApacheHttpServer.zip is storage.apps.openstack.org   working now ? __ OpenStack Development Mailing List

Re: [openstack-dev] [kolla] why common_options type is dictionary ?

2017-07-11 Thread Margin Hu
;api_version": "auto", "cap_add": [], "common_options": {}, "detach": true, "graceful_timeout": 10, "labels": {}, "privileged": false, "remove_on_exit&q

Re: [openstack-dev] [kolla] why common_options type is dictionary ?

2017-07-11 Thread Margin Hu
aster/ansible/group_vars/all.yml#L96-L105> Is there another type you feel would fit better? On 11/07/17 05:22, Margin Hu wrote: Hi Guys: I want to set docker_common_options parameter but find its type is dictionary. why? ansible/roles/zun/tasks/pull.

[openstack-dev] [kolla] why common_options type is dictionary ?

2017-07-10 Thread Margin Hu
Hi Guys: I want to set docker_common_options parameter but find its type is dictionary. why? ansible/roles/zun/tasks/pull.yml:5:common_options: "{{ docker_common_options }}" tests/test_kolla_docker.py:44: common_options=dict(required=False, type='dict', default=dict()),

[openstack-dev] [kolla] failed to download image from TryStack

2017-07-10 Thread Margin Hu
Hi Guys I want to try community image , bug failed to download. [root@server opt]# wget https://tarballs.openstack.org/kolla/images/centos-source-registry-ocata.tar.gz --2017-07-11 09:12:37-- https://tarballs.openstack.org/kolla/images/centos-source-registry-ocata.tar.gz Resolving

Re: [openstack-dev] [neutron][ml2][drivers][openvswitch] Question

2017-06-23 Thread Margin Hu
: Can you provide your ml2_conf.ini values you are using? On Thu, Jun 22, 2017 at 7:06 AM, Margin Hu <today.g...@163.com <mailto:today.g...@163.com>> wrote: thanks. I met an issue , I configured three ovs bridge ( br-ex, provision, provider) in ml2_conf.ini but af

Re: [openstack-dev] [neutron][ml2][drivers][openvswitch] Question

2017-06-22 Thread Margin Hu
/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L602-L606 On Wed, Jun 21, 2017 at 4:49 PM, Margin Hu <today.g...@163.com <mailto:today.g...@163.com>> wrote: Hi Guys, I have a question in setup_physical_bridges funtion of neutron/plugi

[openstack-dev] [neutron][ml2][drivers][openvswitch] Question

2017-06-21 Thread Margin Hu
Hi Guys, I have a question in setup_physical_bridges funtion of neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py # block all untranslated traffic between bridges self.int_br.drop_port(in_port=int_ofport) br.drop_port(in_port=phys_ofport)