[Yahoo-eng-team] [Bug 1736457] Re: resume_guests_state_on_host_boot = True creates libvirt.xml with empty nova:owner

2017-12-06 Thread György Szombathelyi
*** This bug is a duplicate of bug 1607313 *** https://bugs.launchpad.net/bugs/1607313 Ok, seems it is already reported and fixed (just not with resume_guest_state_on_host_boot). ** This bug has been marked a duplicate of bug 1607313 Inconsistency in data stored in libvirt.xml file -- Yo

[Yahoo-eng-team] [Bug 1736457] [NEW] resume_guests_state_on_host_boot = True creates libvirt.xml with empty nova:owner

2017-12-05 Thread György Szombathelyi
Public bug reported: When instances are booted automatically after a compute reboot, the libvirt.xml-s are recreated withot the nova:owner data. And ceilometer likes use it. The relevant part of the xml after the reboot: . . . . At the first sight, the owner metadata

[Yahoo-eng-team] [Bug 1689328] [NEW] Danger: An error occurred when trying to create a port in an external network

2017-05-08 Thread György Szombathelyi
Public bug reported: Creating a port in an external network results in the error message in the title. The backtrace: [Mon May 08 15:27:02.722361 2017] [wsgi:error] [pid 2907:tid 140386830882560] Internal Server Error: /horizon/admin/networks/a2acaf3f-d1a9-4a1b-9f41-3bf878e580fe/ports/create [

[Yahoo-eng-team] [Bug 1506076] Re: Allow connection tracking to be disabled per-port

2017-03-14 Thread György Szombathelyi
Just an update: I think it would be wise to disable connection tracking (e.g. adding iptables -t raw -j NOTRACK ) when port security is disabled for a port. It can make a huge difference on the used conntrack entries in the kernel. ** Changed in: neutron Status: Expired => New -- You

[Yahoo-eng-team] [Bug 1666936] [NEW] Placment API client doesn't honor insecure nor cafile parameters

2017-02-22 Thread György Szombathelyi
Public bug reported: The connection to the Placement API from Nova doesn't allow to specify an insecure nor a cafile parameter. This could be a problem if those are used in the Keystone or Neutron clients, for example, then it is expected to use them in the Placement client, too. ** Affects: nova

[Yahoo-eng-team] [Bug 1635131] Re: Value for option url is not valid: invalid URI (inappropriate validation of rfc3986)

2016-10-20 Thread György Szombathelyi
Yepp, please upgrade python-rfc3986 ** Also affects: python-rfc3986 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/163

[Yahoo-eng-team] [Bug 1634877] [NEW] It would be good to have the abilty to turn on/off port security

2016-10-19 Thread György Szombathelyi
mportance: Undecided Assignee: György Szombathelyi (gyurco) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1634877 Title: It would be good t

[Yahoo-eng-team] [Bug 1634836] [NEW] Port Security Enabled is missing from port details page, when it is set to False

2016-10-19 Thread György Szombathelyi
from: {% if port.port_security_enabled %} to {% if port.port_security_enabled != None %} ** Affects: horizon Importance: Undecided Assignee: György Szombathelyi (gyurco) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engine

[Yahoo-eng-team] [Bug 1622946] [NEW] lbaas with haproxy backend creates the lbaas namespace without the members' subnet

2016-09-13 Thread György Szombathelyi
Public bug reported: When creating a new loadbalancer with haproxy, and the VIP and member subnets are different, the created lbaas namespace contains only the VIP subnet, so the members are unreachable. E.g.: neutron lbaas-loadbalancer-show 8e1c193a-ab63-4a1a-bc39-c663f2f9a0ee . . . | vip_subnet

[Yahoo-eng-team] [Bug 1585976] [NEW] Designate plugin lacks of Keystone authentication options

2016-05-26 Thread György Szombathelyi
Public bug reported: The designate plugin has a very simple keystone authentication: - It supports only keystone v2 - It doesn't honor any certificates (client or CA), nor insecure TLS option It would be good to re-use the nova auth part (even the keystoneauth1 lib). ** Affects: neutron Imp

[Yahoo-eng-team] [Bug 1575057] [NEW] 'domain' is not honored in local.group mapping

2016-04-26 Thread György Szombathelyi
Public bug reported: The JSON schema for Federation mapping in Mitaka doesn't allow 'domain' to be added to the local.group, but the code explicitly request it: 2016-04-26 10:54:30.614 28203 ERROR keystone.common.wsgi File "/usr/lib/python2.7/dist-packages/keystone/federation/utils.py", line 6

[Yahoo-eng-team] [Bug 1575022] [NEW] Editing a flavor changes its ID

2016-04-26 Thread György Szombathelyi
Public bug reported: After finishing editing of a a flavor in Mitaka Horizon, it's always changeing the flavor ID. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed t

[Yahoo-eng-team] [Bug 1568342] [NEW] Ubuntu Mitaka package fails to upgrade

2016-04-09 Thread György Szombathelyi
Public bug reported: Upgrading Mitaka from Liberty fails with: Unpacking openstack-dashboard (2:9.0.0-0ubuntu1~cloud0) over (2:8.0.1-0ubuntu1~cloud0) ... . . . Collecting and compressing static assets... CommandError: An error occurred during rendering /usr/share/openstack-dashboard/openstack_da

[Yahoo-eng-team] [Bug 1520536] [NEW] syslog logging is broken in neutron-server

2015-11-27 Thread György Szombathelyi
Public bug reported: When use_syslog = True, neutron server cannot start: Traceback (most recent call last): File "/usr/bin/neutron-server", line 10, in sys.exit(main_wsgi_eventlet()) File "/usr/lib/python2.7/dist-packages/neutron/cmd/eventlet/server/__init__.py", line 19, in main_wsgi

[Yahoo-eng-team] [Bug 1518927] [NEW] nova service state stops updating after SQL connection lost

2015-11-23 Thread György Szombathelyi
Public bug reported: After nova-conductor loses mysql connection, it stops to update the service 'Updated_at' status. After logging the error: ERROR oslo.service.loopingcall [-] Fixed interval looping call 'nova.servicegroup.drivers.db.DbDriver._report_state' failed . . . DBConnectionError: (py