Re: [Openstack] Dashboard gone - Internal Server Error

2013-03-21 Thread Sandeep Raman
With Ubuntu theme and COMPRESS_OFFLINE = False it works.
With default theme and COMPRESS_OFFLINE = False it works, however the UI
format is shabby because the tags {% compress js %} and {% endcompress %}
is removed from _scripts.html.

On Thu, Mar 21, 2013 at 11:28 AM, Martinx - ジェームズ thiagocmarti...@gmail.com
 wrote:

 Ah! Okay! Tks!!!


 On 21 March 2013 02:43, Sandeep Raman sandeep.ra...@gmail.com wrote:

 Please remember the bug link i provided in another email. It seems to be
 a packaging bug. The Ubuntu theme with COMPRESS section disabled [per the
 bug response] works.

 I'm currently installing RC1 bits on Raring. I'll post back the
 experience with dashboard.

 On Thu, Mar 21, 2013 at 10:51 AM, Martinx - ジェームズ 
 thiagocmarti...@gmail.com wrote:

 Oops!

 I just did:

 aptitude purge openstack-dashboard-ubuntu-theme
 #2013.1+git201303201651~precise-0ubuntu1

 ..and the Internal Server Error message disapear... But, Dashboard
 still doesn't work...

 A new error page appear now:

 ---
  Something went wrong!

 An unexpected error has occurred. Try refreshing the page. If that
 doesn't help, contact your local administrator.

 Home http://10.32.14.232/

 Help http://docs.openstack.org
  ---

 Apache2 error.log doesn't show anything more.

 Tks,
 Thiago


 On 20 March 2013 21:28, Martinx - ジェームズ thiagocmarti...@gmail.comwrote:

 Guys,

  Of of nothing, my Dashboard
 (1:2013.1+git201303201651~precise-0ubuntu1) gives Internal Server Error.

  Apache error.log contains:

  http://paste.openstack.org/show/34196/

  I'm running:

  cd /usr/share/openstack-dashboard
  python manage.py compress
  service apache2 restart

  ...but the problem just sat here and don't go away.

 I'm using Ubuntu 12.04.2 with Grizzly G3+RC1 from PPA.

 Help!

 Tks,
 Thiago



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Dashboard gone - Internal Server Error

2013-03-21 Thread Sandeep Raman
It was short-lived. See my latest response in the bug id
https://bugs.launchpad.net/ubuntu/+source/openstack-dashboard/+bug/1143897

On Thu, Mar 21, 2013 at 3:16 PM, Sandeep Raman sandeep.ra...@gmail.comwrote:

 With Ubuntu theme and COMPRESS_OFFLINE = False it works.
 With default theme and COMPRESS_OFFLINE = False it works, however the UI
 format is shabby because the tags {% compress js %} and {% endcompress %}
 is removed from _scripts.html.

 On Thu, Mar 21, 2013 at 11:28 AM, Martinx - ジェームズ 
 thiagocmarti...@gmail.com wrote:

 Ah! Okay! Tks!!!


 On 21 March 2013 02:43, Sandeep Raman sandeep.ra...@gmail.com wrote:

 Please remember the bug link i provided in another email. It seems to be
 a packaging bug. The Ubuntu theme with COMPRESS section disabled [per the
 bug response] works.

 I'm currently installing RC1 bits on Raring. I'll post back the
 experience with dashboard.

 On Thu, Mar 21, 2013 at 10:51 AM, Martinx - ジェームズ 
 thiagocmarti...@gmail.com wrote:

 Oops!

 I just did:

 aptitude purge openstack-dashboard-ubuntu-theme
 #2013.1+git201303201651~precise-0ubuntu1

 ..and the Internal Server Error message disapear... But, Dashboard
 still doesn't work...

 A new error page appear now:

 ---
  Something went wrong!

 An unexpected error has occurred. Try refreshing the page. If that
 doesn't help, contact your local administrator.

 Home http://10.32.14.232/

 Help http://docs.openstack.org
  ---

 Apache2 error.log doesn't show anything more.

 Tks,
 Thiago


 On 20 March 2013 21:28, Martinx - ジェームズ thiagocmarti...@gmail.comwrote:

 Guys,

  Of of nothing, my Dashboard
 (1:2013.1+git201303201651~precise-0ubuntu1) gives Internal Server Error.

  Apache error.log contains:

  http://paste.openstack.org/show/34196/

  I'm running:

  cd /usr/share/openstack-dashboard
  python manage.py compress
  service apache2 restart

  ...but the problem just sat here and don't go away.

 I'm using Ubuntu 12.04.2 with Grizzly G3+RC1 from PPA.

 Help!

 Tks,
 Thiago



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp





___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Could s/o clarify if DHCP and L3 agents *must* be on different hosts if namespaces are disabled ?

2013-03-20 Thread Sandeep Raman
Hello Sylvain,

Same here, I have grizzly on a single node and it works fine. Using
linuxbridge plugin with vlan. So far, so good. If things break I'll let you
know.

I read you were able to have floating ip's too. May I ask if you could send
me the steps you followed to create and assign floating ip.

Thanks,
Sandeep.

On Wed, Mar 20, 2013 at 9:46 PM, Sylvain Bauza
sylvain.ba...@digimind.comwrote:

 Hi,

 As per 
 https://bugs.launchpad.net/**quantum/+bug/1155050https://bugs.launchpad.net/quantum/+bug/1155050and
  also other litterature, I do see doc alerts saying that Quantum L3 and
 DHCP agents must be on different hosts.
 Let me be honest, I successfully installed and configured both on the same
 physical machine, using GRE tunnels and use_namespaces = False, and
 everything is running smoothly : my VMs are getting leases and do have
 floating IPs without trouble.

 So, am I wrong ? What is the terrible thing which could happe in a next
 few days if still keeping my environment as it is ?

 Thanks for clarifying me,
 -Sylvain

 __**_
 Mailing list: 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 More help   : 
 https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Dashboard gone - Internal Server Error

2013-03-20 Thread Sandeep Raman
Please remember the bug link i provided in another email. It seems to be a
packaging bug. The Ubuntu theme with COMPRESS section disabled [per the bug
response] works.

I'm currently installing RC1 bits on Raring. I'll post back the experience
with dashboard.

On Thu, Mar 21, 2013 at 10:51 AM, Martinx - ジェームズ thiagocmarti...@gmail.com
 wrote:

 Oops!

 I just did:

 aptitude purge openstack-dashboard-ubuntu-theme
 #2013.1+git201303201651~precise-0ubuntu1

 ..and the Internal Server Error message disapear... But, Dashboard still
 doesn't work...

 A new error page appear now:

 ---
  Something went wrong!

 An unexpected error has occurred. Try refreshing the page. If that doesn't
 help, contact your local administrator.

 Home http://10.32.14.232/

 Help http://docs.openstack.org
  ---

 Apache2 error.log doesn't show anything more.

 Tks,
 Thiago


 On 20 March 2013 21:28, Martinx - ジェームズ thiagocmarti...@gmail.com wrote:

 Guys,

  Of of nothing, my Dashboard (1:2013.1+git201303201651~precise-0ubuntu1)
 gives Internal Server Error.

  Apache error.log contains:

  http://paste.openstack.org/show/34196/

  I'm running:

  cd /usr/share/openstack-dashboard
  python manage.py compress
  service apache2 restart

  ...but the problem just sat here and don't go away.

 I'm using Ubuntu 12.04.2 with Grizzly G3+RC1 from PPA.

 Help!

 Tks,
 Thiago



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Grizzly openstack-dashboard installation / upgrade problem

2013-03-19 Thread Sandeep Raman
Check my last comment - https://bugs.launchpad.net/horizon/+bug/1143897

On Tue, Mar 19, 2013 at 11:06 AM, Martinx - ジェームズ thiagocmarti...@gmail.com
 wrote:

 BTW, I'm using openstack-dashboard
 1:2013.1+git201303182101~precise-0ubuntu1...   =P


 On 19 March 2013 02:27, Martinx - ジェームズ thiagocmarti...@gmail.com wrote:

 Hi!

  Everytime I install or upgrade the Ubuntu packages `openstack-dashboard
 / openstack-dashboard-ubuntu-theme', I must run the following commands
 before being able to use the Dashboard:

  cd /usr/share/openstack-dashboard/
  python manage.py compress

  Otherwise, I get Internal Server Error after login and some erros on
 Apache error.log file, like this:

 [Tue Mar 19 04:08:28 2013] [error] [client 192.168.15.136]   File
 /usr/lib/python2.7/dist-packages/compressor/templatetags/compress.py,
 line 72, in render_offline, referer: http://cloud.quilombas.com/horizon
 [Tue Mar 19 04:08:28 2013] [error] [client 192.168.15.136] 'You may
 need to run python manage.py compress.' % key), referer:
 http://10.32.14.232/horizon
 [Tue Mar 19 04:08:28 2013] [error] [client 192.168.15.136]
 OfflineGenerationError: You have offline compression enabled but key
 5c40b85be56c93c77e8d169e635c9beb is missing from offline manifest. You
 may need to run python manage.py compress., referer:
 http://10.32.14.232/horizon

  I believe that the Ubuntu/Debian post-install script can handle this,
 right?

 Best,
 Thiago



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp