[Yahoo-eng-team] [Bug 1537573] [NEW] Horizon Logo is not centered

2016-01-24 Thread Diana Whitten
Public bug reported: When using a vanilla bootstrap theme (not 'default' or 'material') the logo is not vertically centered. See: https://i.imgur.com/v0aSqKR.png ** Affects: horizon Importance: Undecided Assignee: Diana Whitten (hurgleburgler) Status: New ** Changed in:

[Yahoo-eng-team] [Bug 1537594] [NEW] Branding: Context Picker Delimiter should use Icon

2016-01-24 Thread Diana Whitten
Public bug reported: Right, the default delimiter is a 'dot' character. This should be an icon to enable richer customizations. ** Affects: horizon Importance: Undecided Assignee: Diana Whitten (hurgleburgler) Status: New ** Changed in: horizon Assignee: (unassigned) =>

[Yahoo-eng-team] [Bug 1537608] [NEW] Branding: Padding around Nav Icons Needs Fixing

2016-01-24 Thread Diana Whitten
Public bug reported: The padding around the Top Nav Bar's Dropdown Icons have been done with actual text spaces, instead of relying on padding that is set via css. This makes it very difficult to customize the padding around these elements at a global level. ** Affects: horizon Importance:

[Yahoo-eng-team] [Bug 1537578] [NEW] Functional test_models_sync in *aaS is failing due to neutron model mismatch

2016-01-24 Thread Akihiro Motoki
Public bug reported: VPNaaS test_models_sync in gate-neutron-vpnaas-dsvm-functional is failing due to neutron model mismatch. For example, http://logs.openstack.org/09/261109/3/check/gate-neutron-vpnaas-dsvm-functional/a26256d/ The root cause is bug 1537510. The reason I filed this as a

[Yahoo-eng-team] [Bug 1499177] Re: Performance: L2 agent takes too much time to refresh sg rules

2016-01-24 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1499177

[Yahoo-eng-team] [Bug 1537615] [NEW] Something wrong in metadata

2016-01-24 Thread space
Public bug reported: The metadata page display is not correct.Please look at the pictures. ** Affects: horizon Importance: Undecided Status: New ** Attachment added: "1.png" https://bugs.launchpad.net/bugs/1537615/+attachment/4556034/+files/1.png -- You received this bug

[Yahoo-eng-team] [Bug 1537617] [NEW] caching of the catalog does not invalidate across processes

2016-01-24 Thread Morgan Fainberg
Public bug reported: Due to the way dogpile.cache works, the region-wide invalidation used in the catalog caching backend is broken, since this will only invalidate the local in-memory region and is not shared across backends. This will produce odd effects when adding/removing endpoints if

[Yahoo-eng-team] [Bug 1537320] Re: External DNS driver reference implementation

2016-01-24 Thread Armando Migliaccio
Neutron doc filed here: https://review.openstack.org/#/c/212213/39/doc/source/devref/external_dns_integration.rst ** Also affects: openstack-manuals Importance: Undecided Status: New ** Changed in: neutron Status: New => Confirmed ** Changed in: neutron Importance:

[Yahoo-eng-team] [Bug 1537320] Re: External DNS driver reference implementation

2016-01-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/271873 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d56b5a6718a678b7e7fe9c4c42cb8036b7228937 Submitter: Jenkins Branch:master commit d56b5a6718a678b7e7fe9c4c42cb8036b7228937 Author: armando-migliaccio Date:

[Yahoo-eng-team] [Bug 1409071] Re: Add missing CPU features to Glance Metadata Catolog

2016-01-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/218120 Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=788e8ad69b09d1005dc916aec90bfbffb486af9a Submitter: Jenkins Branch:master commit 788e8ad69b09d1005dc916aec90bfbffb486af9a Author: NAO NISHIJIMA

[Yahoo-eng-team] [Bug 1537470] [NEW] 'keystoneclient.exceptions.BadRequest'> (HTTP 500)

2016-01-24 Thread David
Public bug reported: After a new install of Liberty when I try to create an instance I get the following error in the UI (HTTP 500) (Request-ID: req-5e1f389a-c523-4019-8126-920344bac1c0) the nova-api.log shows: 016-01-24 12:51:56.857 4618 ERROR nova.api.openstack.extensions raise

[Yahoo-eng-team] [Bug 1520517] Re: IPv6 networking broken by garp_master_* keepalived settings when using HA routers

2016-01-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/268348 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=303cbc6b5b745aadf026627c4cf2e90e3862b586 Submitter: Jenkins Branch:master commit 303cbc6b5b745aadf026627c4cf2e90e3862b586 Author: Assaf Muller Date:

[Yahoo-eng-team] [Bug 1537625] [NEW] invalid path for plugin skeleton in api_plugins.rst

2016-01-24 Thread Abhishek Kekane
Public bug reported: In doc/source/api_plugins.rst invalid path [1] is given for plugin skeleton example which is not exist. [1] https://github.com/openstack/nova/blob/master/doc/source/api_plugins.rst #basic-plugin-structure ** Affects: nova Importance: Undecided Assignee: Abhishek

[Yahoo-eng-team] [Bug 1536535] Re: global requirement sync should be enable for specs repo

2016-01-24 Thread hardik
** Also affects: mistral Importance: Undecided Status: New ** Changed in: mistral Assignee: (unassigned) => hardik (hardik-parekh047) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1469668] Re: [RFE] Add a neutron port-scheduler component

2016-01-24 Thread Armando Migliaccio
superseded by the latest direction adopted by the routed network spec, and how get-me-a-network orchestration is going to take place. ** Changed in: neutron Status: Triaged => Won't Fix ** Changed in: neutron Assignee: Kevin Benton (kevinbenton) => (unassigned) ** Changed in:

[Yahoo-eng-team] [Bug 1537629] [NEW] No HTTPBadRequest(400) error will be raised from get_console_output.

2016-01-24 Thread Eli Qiao
Public bug reported: No HTTPBadRequest(400) error will be raised from get_console_output. @extensions.expected_errors((400, 404, 409, 501)) @wsgi.action('os-getConsoleOutput') @validation.schema(console_output.get_console_output) def get_console_output(self, req, id, body):

[Yahoo-eng-team] [Bug 1537641] [NEW] Change number of hacking rule for Horizon Specific Commandments

2016-01-24 Thread Wang Bo
Public bug reported: Current is M3**, change to H3**. 'H' is the first capital from 'Horizon' That is more informative and consistent with other projects. nova: https://github.com/openstack/nova/blob/master/nova/hacking/checks.py#L26 glance:

[Yahoo-eng-team] [Bug 1537510] [NEW] Functional test_models_sync is not working in Jenkins

2016-01-24 Thread Henry Gessau
Public bug reported: Change https://review.openstack.org/212213 added some models but they were not added to head.py. This should have been detected by test_models_sync in the functional job, but it is currently not being detected. I tried the test_models_sync locally and it correctly fails. **

[Yahoo-eng-team] [Bug 1537526] [NEW] Integration tests @tables.bind_row_action() is too picky about buttons layout

2016-01-24 Thread Timur Sufiev
Public bug reported: First, it cannot bind action to the button with destructive effects (marked with .btn-danger), which is rendered as element instead of . Second, @bind_row_action() decorator doesn't expect to find a single primary action, outside of div.btn-group container - thus failing to

[Yahoo-eng-team] [Bug 1461148] Re: Dead L3 agent should reflect HA router states

2016-01-24 Thread OpenStack Infra
Reviewed: https://review.openstack.org/246952 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=fc514b8e71d6ba7a1541ff925c63becf8834f6f5 Submitter: Jenkins Branch:master commit fc514b8e71d6ba7a1541ff925c63becf8834f6f5 Author: Ann Kamyshnikova

[Yahoo-eng-team] [Bug 1504942] Re: no support for rbac in horizon

2016-01-24 Thread Rob Cresswell
This seems more like a new feature, than a bug in existing functionality, unless I'm misinterpreting it. ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard

[Yahoo-eng-team] [Bug 1537254] Re: Adding Ceilometer Alarm API

2016-01-24 Thread Rob Cresswell
This doesn't need documenting ** Changed in: horizon Status: New => Invalid -- 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/1537254 Title: Adding