I push this fix: https://review.openstack.org/#/c/39181/
Let me know if you are fine with it. Edgar On 7/29/13 2:19 PM, "Akihiro MOTOKI" <[email protected]> wrote: >How about adding the following in lib/horizon around q-lbaas in >init_horizon()? > >if is_service_enabled quantum; then > _horizon_config_set $local_settings OPENSTACK_NEUTRON_NETWORK >enable_security_group $Q_USE_SECGROUP >fi > >On Tue, Jul 30, 2013 at 6:02 AM, Edgar Magana <[email protected]> >wrote: >> You just confirmed what I found! >> I was wondering if I could add update that variable in devstack, I was >> planning to add into lib/neutron: >> >> _horizon_config_set $local_settings OPENSTACK_NEUTRON_NETWORK >> enable_security_group False >> >> What do you think? >> >> Edgar >> >> On 7/29/13 1:59 PM, "Akihiro MOTOKI" <[email protected]> wrote: >> >>>Hi Edgar, >>> >>>If Neutron plugin without Neutron Security Group support, >>>please set 'enable_security_group' in OPENSTACK_NEUTRON_NETWORK to True >>>in /opt/stack/horizon/openstack_dashboard/local/local_settings.py >>>after stack.sh and restart apache. >>>(Or edit local/local_settings.py.example before stack.sh and then run >>>stack.sh) >>> >>>I am planning to add a mechanism to determine which security group >>>should be used >>>through Neutron extension list in H3. >>> >>>Thanks, >>>Akihiro >>> >>> >>> >>>On Tue, Jul 30, 2013 at 5:17 AM, Edgar Magana <[email protected]> >>>wrote: >>>> Using devstack with security-groups in Neutron disabled and instead of >>>>that >>>> using nova. >>>> Horizon is calling neutron client for security-groups API instead of >>>>Nova >>>> client, is this expected? >>>> >>>> If security-groups are not implemented, this behaviors will be broken >>>>for >>>> many plugins. >>>> >>>> Thanks, >>>> >>>> Edgar >>>> >>>> _______________________________________________ >>>> OpenStack-dev mailing list >>>> [email protected] >>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >>>> >>> >>> >>> >>>-- >>>Akihiro MOTOKI <[email protected]> >>> >>>_______________________________________________ >>>OpenStack-dev mailing list >>>[email protected] >>>http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >> >> >> >> _______________________________________________ >> OpenStack-dev mailing list >> [email protected] >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > > >-- >Akihiro MOTOKI <[email protected]> > >_______________________________________________ >OpenStack-dev mailing list >[email protected] >http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
