4390 Commits

Author SHA1 Message Date
Mark Gius
0f75bad716 Whitespace changes only. 2011-05-23 23:12:43 +00:00
Mark Gius
3ef0396f7f check dependencies now attempts to install dependencies and gives better error messages 2011-05-23 15:44:47 -07:00
Mark Gius
ef76de8983 Clearer output on check_dependencies 2011-05-23 14:42:20 -07:00
Mark Gius
b2086c4515 install_venv -> PEP8 compliance. 2011-05-23 14:37:13 -07:00
Devin Carlen
4b2bd09b9c Refactored django-nova into django-openstack. This will allow additional OpenStack modules to be supported. 2011-05-23 07:52:48 +00:00
Devin Carlen
993f61a107 Merged trunk 2011-05-20 22:49:24 -07:00
Devin Carlen
95257b5044 Completed refactor 2011-05-20 21:47:44 -07:00
Jake Dahn
55efa2608d Added a flag in settings.py to enable/disable the vnc button from the instances detail page.
To disable vnc button, set ENABLE_VNC to False in local_settings.py.
2011-05-19 00:47:46 +00:00
Jake Dahn
e0625fb253 adding a settings flag for the vnc button 2011-05-18 14:32:25 -07:00
Jake Dahn
3215429e10 removing vnc button on instances 2011-05-18 12:41:57 -07:00
Devin Carlen
7e264fa1e9 Fixed run_tests.sh 2011-05-16 14:51:09 -07:00
Devin Carlen
864b031418 Refactored templates 2011-05-16 14:40:24 -07:00
Devin Carlen
243f120081 Refactored connection.py 2011-05-16 14:24:17 -07:00
Devin Carlen
7dee947cc8 Refactored exceptions 2011-05-16 14:18:16 -07:00
Devin Carlen
a628c9d7f1 Refactored shortcuts 2011-05-16 14:10:50 -07:00
Devin Carlen
987b3abb9c Refactored manager.py 2011-05-16 13:54:24 -07:00
Devin Carlen
cde77a8a56 Refactored forms 2011-05-16 13:49:54 -07:00
Devin Carlen
d616d4f92f Refactored tests 2011-05-16 13:45:01 -07:00
Devin Carlen
6a2a211ae6 Refactored tests structure 2011-05-16 12:57:48 -07:00
Yuriy Taraday
6235c0525f Some small issues we encountered trying to create distribution package for Dashboard installing it as subdir of appache's root. 2011-05-16 00:52:16 +00:00
Devin Carlen
c26840dab5 Split up templatetags 2011-05-13 17:07:04 -07:00
Yuriy Taraday
05580ac6dd Added package_data attributes to django-nova and django-nova-syspanel to install
templates with this packages.
Fixed url displayed as "Sign In" (made it use url template tag).
Little hack to login.html to make it redirect to index page even when Dashboard
is accessed not from server's root.
Removed ancient hack from django.wsgi. It was needed only for very old Django
versions.
2011-05-13 18:23:13 +04:00
Devin Carlen
bc12083014 Made tests pass 2011-05-12 15:05:41 -07:00
Devin Carlen
9ff4f407d1 Began refactoring django_nova into django_openstack and submodules 2011-05-12 14:25:06 -07:00
Jake Dahn
03dce1929d This branch adds the instance 'display name' (nickname) to attach the attache volume to instance form. 2011-05-04 16:38:23 +00:00
Jake Dahn
296216e10c adding the forgotten parentheses 2011-05-04 10:48:51 -05:00
Jake Dahn
a7b3cf4993 This branch adds the instance 'display name' (nickname) to attach the attache volume to instance form. 2011-05-04 15:28:24 +00:00
Jake Dahn
5a25df79ec changing string formatting 2011-05-04 01:14:21 -05:00
Jake Dahn
1497b2692d adding instance display name to attach volume to instances form 2011-05-03 17:50:22 -05:00
Jeffrey Wilcox
29dd741aed Fix user table styling bug #741109 2011-05-02 21:09:22 +00:00
Todd Willey
be4d30a008 Remove some print statements that shouldn't have been there. 2011-05-02 18:34:54 +00:00
Todd Willey
6a82ba6d25 Remove default "admin"/"admin" user/project credentials and replace with what is configured in settings.py 2011-05-02 18:33:29 +00:00
Todd Willey
7a7ae6dce2 Use proper credentials when getting per-project connections. 2011-05-02 14:11:08 -04:00
Todd Willey
43aac29a3f Remove print statements. 2011-05-02 13:59:50 -04:00
Jeffrey Wilcox
2b206ef250 fixed user table styling 2011-04-27 15:00:01 +09:00
Jake Dahn
b18bffe92c This branch prevents openstack-dashboard from erroring out when a netadmin tries to modify instance details. It also adds a proper error message for when users who try to terminate instances without permission. 2011-04-26 04:43:15 +00:00
Jake Dahn
2be972b3bf permission denied errors now show proper error for instance actions 2011-04-25 17:20:41 -07:00
Jake Dahn
d59f2107ec When netadmin tries to edit instance details, they are now given a permissions denied error 2011-04-25 15:16:41 -07:00
Jake Dahn
19d2e0a9be This branch adds styling to the permission denied page. 2011-04-22 04:18:15 +00:00
Jake Dahn
3e6d1ed71c removing redirect from images view, as it is handled by the @handle_nova_error decorator 2011-04-21 22:27:45 -05:00
Yuriy Taraday
ef5f007abe Added button in instance details to open VNC session.
Requires nova-vncproxy to work.
2011-04-21 22:48:15 +00:00
Todd Willey
325099e93b Selectively show a detach or destroy link on volume list, based on the volume's current attach status. 2011-04-21 22:18:13 +00:00
Todd Willey
c7b69f595b Show volume id and attachment point on instances list on syspanel. 2011-04-21 22:10:02 +00:00
Todd Willey
5e4afc76a4 Add django-nova-syspanel, a holistic operations view of the cloud. 2011-04-21 21:53:18 +00:00
Todd Willey
1584963393 Detach volumes so they can be destroyed. 2011-04-21 13:45:55 -04:00
Jake Dahn
8f9d19b166 removing redundant error message 2011-04-20 13:18:38 -05:00
Todd Willey
96122fbe24 List volumes on instances. 2011-04-20 03:33:17 -04:00
Yuriy Taraday
f1bef38ac7 Added button in instance details to open VNC session. 2011-04-19 16:21:54 +04:00
Jeffrey Wilcox
b62ba3e883 Fix for Bug #761913. I made the python version string in the install script dynamically set to the version that was used to create the virtualenv. Tested with Python 2.6.6. and Python 2.7.6 on Ubuntu 10.10. 2011-04-18 23:38:21 +00:00
Jeffrey Wilcox
80723e2fae detect python version in install script 2011-04-18 17:12:47 +09:00