Commit Graph

8672 Commits

Author SHA1 Message Date
Brian Federle b3d084f155 Use invitation required flag from configuration for projects UI flow 2011-11-07 12:54:47 -08:00
Brian Federle f401087a16 Fix project dashboard click event 2011-11-07 12:41:37 -08:00
Brian Federle bcd8f85d38 Support invitation-based project user management 2011-11-07 12:37:59 -08:00
Brian Federle b4a6dd512a Move projects above global settings 2011-11-07 12:37:21 -08:00
Jessica Wang 72bf65e306 cloudStack 3.0 new UI - account page - implement Enable Account action. 2011-11-07 11:38:54 -08:00
Jessica Wang d3559bf7cb cloudStack 3.0 new UI - account page - implement Disable Account action. 2011-11-07 10:59:57 -08:00
Jessica Wang 7760c4b310 cloudStack 3.0 new UI - account page - implement Update Resource Count action. 2011-11-07 10:39:44 -08:00
Naredula Janardhana Reddy 4ae44b4f5f bug 11191: rp_filter changes: correcting display error 2011-11-07 22:29:37 +05:30
Naredula Janardhana Reddy dc804d4ba4 bug 11191: rp_filter changes.
The following are summary of changes:
   1) when network.disable.rpfilter is set to true, then rp_filter will be disadbled(set to 0) on all the public interfaces and also default setting of the system.
   2) when network.disable.rpfilter is set to false, then rp_filter will be enabled(set to 1) on all the public interfaces and also default setting of the system.
   3) here public public interface means , eth2 ... ethN. default setting means (/proc/sys/net/ipv4/conf/default/rp_filter).
   4) Default setting change will have impact on non-public interface. Due to  these, rp_filter is always enabled on Non-public interfaces(eth0,eth1 and lo).
   5) when  a new public interface is created, new interface will take rp_filter value from the default setting.
2011-11-07 22:28:25 +05:30
Naredula Janardhana Reddy aab59d0bab bug 11191: rp_filter changes.
The following are summary of changes:
1) when network.disable.rpfilter is set to true, then rp_filter will be disadbled(set to 0) on all the public interfaces and also default setting of the system.
2) when network.disable.rpfilter is set to false, then rp_filter will be enabled(set to 1) on all the public interfaces and also default setting of the system.
2) here public public interface means , eth2 ... ethN. default setting means (/proc/sys/net/ipv4/conf/default/rp_filter).
3) Default setting change will have impact on non-public interface.if there is no specific setting for other interfaces in /etc/sysctl.conf or otherexplict setting , they will follow this default settings. currently non-public interface like eth0 ,eth1 does not have any specific setting in sysctl.conf, due to this there rp_filters will be changed when ever network.disable.rpfilter setting is changed.
4) default setting is required to changes beacuse when a new public interface is created, new interface will take rp_filter value from the default setting.
2011-11-07 22:27:42 +05:30
Nitin 62e89dc132 bug 11778: Make sure that there exist no PF/LB rules before enabling static nat on an ip and vice versa. Reviewed by - Jana
status 11778: resolved fixed
2011-11-07 17:11:15 +05:30
Sam Robertson 3bdb5af2e2 initial checkin translator script to convert xml to python 2011-11-06 20:59:07 -08:00
anthony 91aa145f5d Upgrade: no error for this statement 2011-11-04 20:39:39 -07:00
anthony de4d5f0397 Upgrade : script fix 2011-11-04 20:39:26 -07:00
anthony 548839e3bb bug 11903: create local link when host is connected
status 11903: resolved fixed
2011-11-04 20:39:05 -07:00
anthony 245cd32281 upgrade : fix script 2011-11-04 20:38:42 -07:00
anthony f30ee3fc91 Upgrade : eject CD 2011-11-04 20:38:15 -07:00
Jessica Wang ce4f2b503a cloudStack 3.0 new UI - account page - consolidate Template Limits to Edit action. 2011-11-04 19:18:40 -07:00
Jessica Wang c4b323ee76 cloudStack 3.0 new UI - account page - consolidate Snapshot Limits to Edit action. 2011-11-04 19:12:58 -07:00
Jessica Wang 465bd3636d cloudStack 3.0 new UI - account page - consolidate Volume Limits to Edit action. 2011-11-04 19:05:55 -07:00
Jessica Wang e249f6fc4c cloudStack 3.0 new UI - account page - consolidate Public IP Limits to Edit action. 2011-11-04 18:55:10 -07:00
Jessica Wang 5d8b35009d cloudStack 3.0 new UI - account page - consolidate Instance Limits to Edit action. 2011-11-04 18:40:18 -07:00
Jessica Wang 8719a43619 cloudStack 3.0 new UI - account page - add Instance Limits. 2011-11-04 18:05:03 -07:00
Kelven Yang 2b6f3d458e UUID support for XML responses 2011-11-04 17:38:22 -07:00
anthony 92f4a88c68 Swift : list template in secondry storage as well 2011-11-04 16:40:42 -07:00
Jessica Wang 568b64a0e5 cloudStack 3.0 new UI - account page - implement action filter. 2011-11-04 16:21:18 -07:00
Brian Federle c14e0362d1 Implement new project flow 2011-11-04 16:09:17 -07:00
Jessica Wang 14e3653a62 cloudStack 3.0 new UI - implement Edit account action. 2011-11-04 16:06:09 -07:00
Jessica Wang 99219a82a0 cloudStack 3.0 new UI - implement Add User action. 2011-11-04 15:55:33 -07:00
Jessica Wang 329a520071 cloudStack 3.0 new UI - account page - user page - add details tab. 2011-11-04 15:27:51 -07:00
Jessica Wang e515a56332 cloudStack 3.0 new UI - account page - add "View User" that will drip down to users page. 2011-11-04 15:05:49 -07:00
Jessica Wang 2c06fac94b cloudStack 3.0 new UI - pass timezone parameter to createAccount API if timezone is selected. 2011-11-04 13:30:32 -07:00
Jessica Wang c87278e46c cloudStack 3.0 new UI - create account - populate timezone field by timezone map in sharedFunctions.js. 2011-11-04 12:00:06 -07:00
Chiradeep Vittal c37ecc2ebd bug 11336: better message 2011-11-04 11:35:57 -07:00
Chiradeep Vittal 81a9e05b39 bug 11336: limit the number of outstanding messages sent to a host to conserve memory 2011-11-04 11:35:57 -07:00
Jessica Wang 99a7371ca3 cloudStack 3.0 new UI - move project file and classpath from old UI directory to new UI directory. 2011-11-04 11:32:10 -07:00
Jessica Wang 02ca54a946 cloudStack 3.0 new UI - account page - add new account - add timezone dropdown. 2011-11-04 11:26:04 -07:00
Brian Federle dda9b0bea3 Add additional project management actions; add project list view 2011-11-04 11:00:49 -07:00
Brian Federle 7dfaf2bb39 Implement projects server calls 2011-11-04 09:19:01 -07:00
Brian Federle fe04fab57e Pass context correctly from projects UI 2011-11-04 09:18:45 -07:00
Abhinandan Prateek dc0f798b26 bug 11800: checking for null value 2011-11-04 18:16:53 +05:30
kishan 084f861318 bug 11889: use keypair instead of sshkeypair in API response
status 11889: resolved fixed
2011-11-04 13:58:27 +05:30
kishan f40dcbd82e bug 11851: While adding new Vpn user, exisitng users state will remain as Active and still be re-added
status 11851: resolved fixed
2011-11-04 13:58:14 +05:30
alena 5d47d024c1 Only ROOT/Domain admins and users belonging to the project can list project users 2011-11-03 17:59:59 -07:00
alena 809ad8ce23 Fixed listProjects for regular user 2011-11-03 17:28:42 -07:00
Kelven Yang f9144e1bf0 Throw exception instead of returning null 2011-11-03 17:08:24 -07:00
Jessica Wang 83cda2a966 cloudStack 3.0 new UI - instance page - implement staticstics tab. 2011-11-03 16:54:15 -07:00
frank da8dcb4776 Use components-premium.xml from new package 2011-11-03 16:44:03 -07:00
frank 9a58bfd58a Oboslete old premium packages in spec file 2011-11-03 16:31:08 -07:00
frank e0d5493270 Bug 11886 - OVM - after windows ISO installation, ovm server place VM in stopped state. But MS is unaware of VM in stopped state still show VM in running state
fix typo
2011-11-03 16:25:18 -07:00