[Yahoo-eng-team] [Bug 1881628] [NEW] system endpoints changes not reflected under "Projects/API Access" without a logout.

2020-06-01 Thread Kristine Bujold
Public bug reported:

If the endpoints are changed on the system, the user must logout and then log 
back in to see the changes reflected in Horizon under "Projects/API Access". 
 
openstack endpoint list --interface public
+--+---+--+-+-+---++
| ID   | Region    | Service Name | Service Type    
| Enabled | Interface | URL    |
+--+---+--+-+-+---++
| fd1f7a216a5d49a0a89d81638eea7371 | RegionOne | fm   | faultmanagement 
| True    | public    | http://128.224.150.133:18002   |
| 3af06286e2294eaa80a08fe578dc8ec7 | RegionOne | patching | patching    
| True    | public    | http://128.224.150.133:15491   |
| 8848d7d723094b57ac63be59faa1482d | RegionOne | vim  | nfv 
| True    | public    | http://128.224.150.133:4545    |
| 290185e21f894138a73229d3f682941b | RegionOne | smapi    | smapi   
| True    | public    | http://128.224.150.133:    |
| e18e2af4208c4a99822e09eacdcd9bb1 | RegionOne | keystone | identity    
| True    | public    | http://128.224.150.133:5000/v3 |
| db634f5a0d5c456a88da4adb1f2784cf | RegionOne | barbican | key-manager 
| True    | public    | http://128.224.150.133:9311    |
| c4db750fa4124bdc9e1dd70f762d8a70 | RegionOne | sysinv   | platform    
| True    | public    | http://128.224.150.133:6385/v1 |
+--+---+--+-+-+---++

** Affects: horizon
 Importance: Undecided
 Status: New

-- 
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/1881628

Title:
  system endpoints changes not reflected under "Projects/API Access"
  without a logout.

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  If the endpoints are changed on the system, the user must logout and then log 
back in to see the changes reflected in Horizon under "Projects/API Access". 
   
  openstack endpoint list --interface public
  
+--+---+--+-+-+---++
  | ID   | Region    | Service Name | Service Type  
  | Enabled | Interface | URL    |
  
+--+---+--+-+-+---++
  | fd1f7a216a5d49a0a89d81638eea7371 | RegionOne | fm   | 
faultmanagement | True    | public    | http://128.224.150.133:18002   |
  | 3af06286e2294eaa80a08fe578dc8ec7 | RegionOne | patching | patching  
  | True    | public    | http://128.224.150.133:15491   |
  | 8848d7d723094b57ac63be59faa1482d | RegionOne | vim  | nfv   
  | True    | public    | http://128.224.150.133:4545    |
  | 290185e21f894138a73229d3f682941b | RegionOne | smapi    | smapi 
  | True    | public    | http://128.224.150.133:    |
  | e18e2af4208c4a99822e09eacdcd9bb1 | RegionOne | keystone | identity  
  | True    | public    | http://128.224.150.133:5000/v3 |
  | db634f5a0d5c456a88da4adb1f2784cf | RegionOne | barbican | key-manager   
  | True    | public    | http://128.224.150.133:9311    |
  | c4db750fa4124bdc9e1dd70f762d8a70 | RegionOne | sysinv   | platform  
  | True    | public    | http://128.224.150.133:6385/v1 |
  
+--+---+--+-+-+---++

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1881628/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1832771] [NEW] AgularJS pages do not display dates in system's timezone

2019-06-13 Thread Kristine Bujold
Public bug reported:

Brief Description
-
Horizon's AngularJS pages (for example Images) does not display timestamp in 
the server's timezone. The timezone used is the browser's.

Steps to Reproduce
--
- If Timezone is not set under Settings (menu on the top right):
Set the server's system timezone to a one different from UTC and the browser.
The Image timestamps (for example 'Created At') are displayed in the browser's 
timezone and not the server's timezone.

or

- If Timezone is set under Settings (menu on the top right):
Set Horizon's Settings Timezone to one that is different from UTC and the 
browser.
The Image timestamps (for example 'Created At') are displayed in the browser's 
timezone and not the Settings' timezone.

Expected Behavior
--
AngularJS pages should align with Django pages which use the timezone from the 
Horizon's cookie (which is set under the Settings menu on the top right), or if 
that is not set use the server's timezone.

Actual Behavior

The AngularJS pages use the browser's timezone.

Reproducibility
---
Reproducible

** Affects: horizon
 Importance: Undecided
 Status: New

-- 
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/1832771

Title:
  AgularJS pages do not display dates in system's timezone

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Brief Description
  -
  Horizon's AngularJS pages (for example Images) does not display timestamp in 
the server's timezone. The timezone used is the browser's.

  Steps to Reproduce
  --
  - If Timezone is not set under Settings (menu on the top right):
  Set the server's system timezone to a one different from UTC and the browser.
  The Image timestamps (for example 'Created At') are displayed in the 
browser's timezone and not the server's timezone.

  or

  - If Timezone is set under Settings (menu on the top right):
  Set Horizon's Settings Timezone to one that is different from UTC and the 
browser.
  The Image timestamps (for example 'Created At') are displayed in the 
browser's timezone and not the Settings' timezone.

  Expected Behavior
  --
  AngularJS pages should align with Django pages which use the timezone from 
the Horizon's cookie (which is set under the Settings menu on the top right), 
or if that is not set use the server's timezone.

  Actual Behavior
  
  The AngularJS pages use the browser's timezone.

  Reproducibility
  ---
  Reproducible

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1832771/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp