[Bug 1802226] Re: upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

2018-11-27 Thread Corey Bryant
** Also affects: horizon (Ubuntu Disco)
   Importance: Medium
 Assignee: Seyeong Kim (xtrusia)
   Status: In Progress

** Also affects: horizon (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: horizon (Ubuntu Cosmic)
   Importance: Undecided
   Status: New

** Changed in: horizon (Ubuntu Cosmic)
   Status: New => Triaged

** Changed in: horizon (Ubuntu Bionic)
   Status: New => Triaged

** Changed in: horizon (Ubuntu Bionic)
   Importance: Undecided => Medium

** Changed in: horizon (Ubuntu Cosmic)
   Importance: Undecided => Medium

** Also affects: cloud-archive
   Importance: Undecided
   Status: New

** Also affects: cloud-archive/queens
   Importance: Undecided
   Status: New

** Also affects: cloud-archive/rocky
   Importance: Undecided
   Status: New

** Changed in: cloud-archive/queens
   Status: New => Triaged

** Changed in: cloud-archive/rocky
   Status: New => Triaged

** Changed in: cloud-archive/queens
   Importance: Undecided => Medium

** Changed in: cloud-archive/rocky
   Importance: Undecided => Medium

** Also affects: cloud-archive/stein
   Importance: Undecided
   Status: New

** Changed in: cloud-archive/stein
   Importance: Undecided => Medium

** Changed in: cloud-archive/stein
   Status: New => Triaged

** Summary changed:

- upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css
+ refresh memcached static assets after upgrade

** Summary changed:

- refresh memcached static assets after upgrade
+ [SRU] refresh memcached static assets after upgrade

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  [SRU] refresh memcached static assets after upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1802226/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802226] Re: upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

2018-11-26 Thread Seyeong Kim
Hey corey

yes #9 is about it

sorry for making confusion

it worked fine with your script in post script

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802226] Re: upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

2018-11-26 Thread Corey Bryant
Hi Seyeong,

Did you test with the approach I mentioned in comment #7?

Thanks,
Corey

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802226] Re: upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

2018-11-22 Thread James Page
** Changed in: horizon (Ubuntu)
   Status: New => In Progress

** Changed in: horizon (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802226] Re: upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

2018-11-20 Thread Seyeong Kim
Hey corey

I checked this is working with bionic and xenial-queens

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802226] Re: upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

2018-11-20 Thread Seyeong Kim
Thanks corey
I'll test this soon and will update this.

** Changed in: horizon (Ubuntu)
 Assignee: (unassigned) => Seyeong Kim (xtrusia)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802226] Re: upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

2018-11-19 Thread Corey Bryant
I'd prefer to see this fixed with:

if which invoke-rc.d >/dev/null 2>&1; then
invoke-rc.d memcached restart > /dev/null 2>&1 || true
else
/etc/init.d/memcached restart > /dev/null 2>&1 || true
fi

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802226] Re: upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

2018-11-12 Thread Ubuntu Foundations Team Bug Bot
The attachment "lp1802226-queens.debdiff" seems to be a debdiff.  The
ubuntu-sponsors team has been subscribed to the bug report so that they
can review and hopefully sponsor the debdiff.  If the attachment isn't a
patch, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe
the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802226] Re: upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

2018-11-12 Thread Seyeong Kim
** Patch added: "lp1802226-queens.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1802226/+attachment/5211786/+files/lp1802226-queens.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802226] Re: upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

2018-11-12 Thread Seyeong Kim
** Patch added: "lp1802226_bionic.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1802226/+attachment/5211787/+files/lp1802226_bionic.debdiff

** Tags added: sts-sru-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802226] Re: upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

2018-11-12 Thread Seyeong Kim
** Description changed:

- Using Queens on Xenial.  We updated the packages to the current
- versions:
+ [Impact]
+ After upgrading openstack-dashboard pkg,
+ Because compressed css file name has been changed, 
+ UI is broken
+ 
+ affected B
+ UCA Q
+ 
+ keep testing the other releases and will update
+ 
+ flushing or restarting memcached on openstack-dashboard fixes this
+ issue.
+ 
+ [Test Case]
+ 1. deploy openstack env
+ 2. install old pkg (e.g 13.0.1-0ubuntu1) on openstack-dashboard node
+ 3. apt install openstack-dashboard(this means upgrading)
+ 4. check web page
+ 
+ [Regression]
+ This patch flushes memcached's cache when installing pkg. It makes 
re-creating cache again so, it will be slow at first. Basically no effect to 
running cloud environment.
+ 
+ [Others]
+ 
+ 
+ [Original Description]
+ Using Queens on Xenial.  We updated the packages to the current versions:
  
  ~$ apt-cache policy openstack-dashboard-ubuntu-theme
  openstack-dashboard-ubuntu-theme:
-   Installed: 3:13.0.1-0ubuntu3~cloud0
-   Candidate: 3:13.0.1-0ubuntu3~cloud0
-   Version table:
-  *** 3:13.0.1-0ubuntu3~cloud0 500
- 500 http://ubuntu-cloud.archive.canonical.com/ubuntu 
xenial-updates/queens/main amd64 Packages
- 100 /var/lib/dpkg/status
-  2:9.1.2-0ubuntu5 500
- 500 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
-  2:9.0.0-0ubuntu2 500
- 500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
+   Installed: 3:13.0.1-0ubuntu3~cloud0
+   Candidate: 3:13.0.1-0ubuntu3~cloud0
+   Version table:
+  *** 3:13.0.1-0ubuntu3~cloud0 500
+ 500 http://ubuntu-cloud.archive.canonical.com/ubuntu 
xenial-updates/queens/main amd64 Packages
+ 100 /var/lib/dpkg/status
+  2:9.1.2-0ubuntu5 500
+ 500 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
+  2:9.0.0-0ubuntu2 500
+ 500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  
  Using the Ubuntu theme results in a page full of garbage, missing css.
  The browser reports the following in consoles:
  
  The requested URL /static/dashboard/css/6e9a9fafb1ba.css was not found
  on this server.
  
  If I use other themes, it seems OK, just this one.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802226] Re: upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

2018-11-08 Thread Trent Lloyd
If restarting memcached fixes the issue, perhaps this is another
instance of the fact the memcache caches are not shared.

Refer to existing bug for keystone:
https://bugs.launchpad.net/charm-keystone/+bug/1771114

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802226] Re: upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

2018-11-08 Thread Seyeong Kim
Hello Xav,

I reproduced this issue and found that restarting memcached fixes this
issue.

After upgrading openstack-dashboard, compressed css file's name has
changed.

but generated html still has old name. so this happens.

I'm going to check if we need to put script for restarting memcached on
postinst script in deb pkg for this.

Thanks

** Tags added: sts

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1802226] Re: upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

2018-11-07 Thread Xav Paice
fwiw, setting Horizon to run with debug appears to allow things to work
OK, but of course we don't want to leave it that way.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802226

Title:
  upgrade to 13.0.1-0ubuntu3~cloud0 caused loss of css

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs