[Yahoo-eng-team] [Bug 2059897] [NEW] Supports communication between different subnets within the same network

2024-04-01 Thread howon park
Public bug reported: There are multiple subnets in one network. Each subnet is connected to a different router and communicates with its own path. Additional router and static routing settings are required to communicate between subnets. This feels unreasonable to me, who are accustomed to the

[Yahoo-eng-team] [Bug 2047092] [NEW] We need a way to distinguish physical_network

2023-12-20 Thread howon park
Public bug reported: Hi, The physical_network in the network configuration can only be managed with admin privileges Although I agree with this authority, there are cases where physical_network distinction is required when creating a tenant network. For example, if you have multiple physical

[Yahoo-eng-team] [Bug 1737811] [NEW] missing repository add information

2017-12-12 Thread Jaewoo Park
Public bug reported: - [X] This doc is inaccurate in this way: Currently the doc is missing information about adding the correct repositories to be able to find openstack-keystone on RedHat / CentOs. - [X] This is a doc addition request. - [X] I have a fix to the document that I can paste below

[Yahoo-eng-team] [Bug 1718789] [NEW] Error number should be used when throwing IOError exception

2017-09-21 Thread Daniel Park
Public bug reported: In some parts of the code, Keystone is raising an IOError with just a string. While this does work, it would be helpful to include an error number using the errno library.

[Yahoo-eng-team] [Bug 1717386] [NEW] Heat docker plugin unable to start containers on latest Docker

2017-09-14 Thread Daniel Park
Public bug reported: Recent versions of Docker no longer seem to support parameters when starting a container. Thus the Heat docker plugin will cause the following error to occur: starting container with non-empty request body was deprecated since v1.10 and removed in v1.12" Where problem is

[Yahoo-eng-team] [Bug 1677381] Re: ++Justdial++☞(1.844.797.2895)++ Facebook Customer Service !!☞1*844*797*2895:!!

2017-03-29 Thread Robert Bruce Park
** Changed in: cloud-init Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/1677381 Title: ++Justdial++☞(1.844.797.2895)++ Facebook Customer Service

[Yahoo-eng-team] [Bug 1632132] [NEW] Network topology graph: Inaccessible ports should not link to anything

2016-10-10 Thread Daniel Park
Public bug reported: If a port is inaccessible, it should be rendered as plain-text instead of a hyperlink that doesn't go anywhere. ** Affects: horizon Importance: Undecided Assignee: Daniel Park (daniepar) Status: In Progress ** Changed in: horizon Assignee

[Yahoo-eng-team] [Bug 1631551] [NEW] Ether type should default to IPv4 if enable_ipv6 is set to False

2016-10-07 Thread Daniel Park
Public bug reported: The "ethertype" field in the security group form should default to IPv4 if OPENSTACK_NEUTRON_NETWORK.enable_ipv6 is set to False ** Affects: horizon Importance: Undecided Assignee: Daniel Park (daniepar) Status: In Progress ** Changed i

[Yahoo-eng-team] [Bug 1631193] [NEW] "Volume Transfer" rendered as page instead of modal

2016-10-06 Thread Daniel Park
Public bug reported: After creating a volume transfer via modal, the user is redirected to a page to be shown information about the volume transfer. ** Affects: horizon Importance: Undecided Assignee: Daniel Park (daniepar) Status: New ** Changed in: horizon Assignee

[Yahoo-eng-team] [Bug 1631181] [NEW] Deleting a subnet from the network topology graph throws NotImplementedError

2016-10-06 Thread Daniel Park
Public bug reported: When deleting a subnet from the network topology graph, a NotImplementedError will be thrown. Here is a copy of the stack trace from my local environment: 2016-10-06 22:05:46.636069 Internal Server Error:

[Yahoo-eng-team] [Bug 1631162] [NEW] Actions on network topology graph should prompt user with modal for confirmation

2016-10-06 Thread Daniel Park
Importance: Undecided Assignee: Daniel Park (daniepar) Status: New ** Changed in: horizon Assignee: (unassigned) => Daniel Park (daniepar) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Ho

[Yahoo-eng-team] [Bug 1596060] [NEW] Project panel doesn't handle race conditions for roles

2016-06-24 Thread Daniel Park
Public bug reported: Suppose we have two users A and B. A uses Horizon and B uses the CLI. Sequence: 1. User A opens the 'Manage Members' modal for Project X. 2. User B uses the CLI to make changes to roles in Project X. 3. User A saves changes made in the modal. Expected outcome: User A is

[Yahoo-eng-team] [Bug 1588071] [NEW] IPv6 filter action should be hidden if OPENSTACK_NEUTRON_NETWORK.enable_ipv6 is set to False

2016-06-01 Thread Daniel Park
Public bug reported: In the Admin > Instances panel, one of the filter options is "IPv6 Address =". By overriding the init function, we can hide this option based on the value of OPENSTACK_NEUTRON_NETWORK.enable_ipv6 in local_settings. ** Affects: horizon Importance: Undecided

[Yahoo-eng-team] [Bug 1420192] Re: Nova interface-attach command has optional arguments to add network details. It should be positional arguments otherwise command fails.

2015-04-28 Thread Park
I tried to reproduce the issue with nova-network from the API layer, this issue should be fixed via this bug: https://bugs.launchpad.net/nova/+bug/1428481 park@park-ThinkPad-T420:/opt/stack/nova$ nova interface-attach vm1 ERROR (HTTPNotImplemented): Network driver does not support this function

[Yahoo-eng-team] [Bug 1412930] Re: CPU feature request is not respected when create VM

2015-03-15 Thread Park
from Daniel P.Berrange(berra...@redhat.com) If you set 'cpu_mode=host-model' or 'cpu_mode=host-passthrough' then it will take effect, as the guest will see the full CPU model of the host that is picked. IMHO the capabilities:cpu_info:features filter only makes sense when using those two cpu

[Yahoo-eng-team] [Bug 1428872] Re: Nova CPU details socket not correct

2015-03-09 Thread Park
sorry I am NOT familiar with libvirt neither... but from your virsh nodeinfo output, nova stays consistant with virsh, so I don't think this is a nova bug... I am going to close this bug, please feel free to reopen it if any problem ** Changed in: nova Status: Confirmed = In Progress **