Edison Su
daff97e916
bug 7936: fix script on centos
...
status 7936: resolved fixed
2011-01-11 09:57:55 -05:00
Edison Su
d590f28efd
bug 7080: add networkusage for kvm
2011-01-11 09:41:35 -05:00
Jessica Wang
24ddf2eea4
bug 7134: VM Wizard - step 4 - basic zone - only show security groups box when direct.attach.security.groups.enabled is true and hypervisor type is not VmWare.
2011-01-10 16:40:06 -08:00
Jessica Wang
0403549866
bug 7134: VM Wizard - step 4 - show security group multiple selection box if selected zone is basic-mode.
2011-01-10 16:26:26 -08:00
NIKITA
5944ca2316
Modified css for Login options dropdown
2011-01-10 16:11:17 -08:00
will
b40579b806
Fixed issue with main login screen showing some second level nav.
2011-01-10 15:47:01 -08:00
anthony
a1c53ae785
bug 7646:can not use the connection after join pool
...
status 7646: resolved fixed
2011-01-10 15:44:14 -08:00
NIKITA
6f74bc12e7
Minor change in options dropdown for login page
2011-01-10 14:57:33 -08:00
Jessica Wang
432cbc8458
hide/show security group left menu when direct.attach.security.groups.enabled is false/true.
2011-01-10 14:51:36 -08:00
alena
bc74fefe68
Api xmlDocWriter: create 2 output .xml files; one contains commands in the order defined in commands.properties.in file, another - commands in alphabetical order.
2011-01-10 14:36:07 -08:00
Frank
c07d1be1aa
bug 7722: open vswitch - fix issue that flows un-delete when VM stop
2011-01-10 14:34:31 -08:00
Jessica Wang
ff3b0b3532
bug 6361: security group page - ingress rule tab - implement authorizeSecurityGroupIngress API.
2011-01-10 14:20:26 -08:00
NIKITA
25508b421b
Login language and theme options added on login page
2011-01-10 14:11:20 -08:00
anthony
9e4c6351e3
bug 5756:
...
only fake PV driver for PV kernel
stop VM if VM doesn't have PV driver
status 5756: resolved fixed
2011-01-10 14:06:58 -08:00
alena
15fc1fa10f
Fixed listNetworks to list all system networks (not just Public) when isSystem=true is specified
2011-01-10 14:04:50 -08:00
NIKITA
2bd8e76d14
modified Custom CSS for mangement console
2011-01-10 13:47:34 -08:00
alena
7bf7f3d284
Api xml doc: generate xml per command in addition to xml containing all api commands
2011-01-10 12:17:57 -08:00
alena
d31b3cc446
Resend dhcp/userData entries as a part of Dhcp vm start.
2011-01-10 12:17:57 -08:00
Jessica Wang
d11978a82d
bug 6361: security group page - implement add ingress rule dialog.
2011-01-10 12:12:53 -08:00
Jessica Wang
85a0afb68c
bug 6361: correct response parameter name of revokeSecurityGroupIngress API.
2011-01-10 10:50:22 -08:00
Frank
a964494332
bug 7722: open vswitch - align some data type with master branch
2011-01-08 17:31:00 -08:00
Frank
e9959d32a9
bug 7722: open vswitch - handle router when schedule a work
2011-01-08 16:28:47 -08:00
Frank
ec643c7e59
bug 7722: open vswitch - refine code; add normal flow makes vswitch work as
...
normal L2/L3, otherwise the output packet cannot find right output port
2011-01-08 16:28:47 -08:00
Frank
6f9f8b145b
bug 7722: open vswitch - complete
2011-01-08 16:28:47 -08:00
Frank
9d2916ffcc
it works
2011-01-08 16:28:47 -08:00
Frank
c94b6acadf
bug 7722: open vswitch - works at VM start time, need fullsync() and flow clean in next
2011-01-08 16:22:59 -08:00
Frank
5c01c42ba7
fix bug 7722, code complete basic architecture
2011-01-08 16:20:39 -08:00
Edison Su
d84acb204e
fix centos build
2011-01-08 12:07:11 -05:00
alena
140d704e2f
Generate separate xml Api docs for regularUser/domainAdmin/rootAdmin
2011-01-07 18:40:47 -08:00
alena
93a49fcd72
Return shared networks for regular user
2011-01-07 18:22:32 -08:00
Edison Su
d2dab22437
enable snapshot for rhel
2011-01-08 11:08:21 -05:00
NIKITA
9d060db757
Minor fix for close button for VM wizard
2011-01-07 17:55:44 -08:00
will
774ca37fce
Added an additional query for shared direct networks in the vm wizard
2011-01-07 17:53:41 -08:00
Kelven Yang
323fc6299d
Use volume state to determine whether or not we need to send volume DestroyCommand to hypervisor hosts.
2011-01-07 05:41:28 -08:00
alena
b8a17f4a97
Don't default isShared to false for listNetworks api command.
2011-01-07 17:39:00 -08:00
Edison Su
5dc7307428
fix rpm build on fedora
2011-01-07 13:25:04 -05:00
alena
d0687f663f
bug 7863: fixed router cleanup thread
...
status 7863: resolved fixed
Router cleanp thread is fixed, here is functionality description:
* Runs every "router.cleanup.interval" period of time (1 day by default)
* Stops only domRs running in Advance zone
* Thread Flow:
- gets all Running domRs/dhcps, get their networks, select network that
has to be checked (see criteria below):
- checks that there is only one nic in the op_networks table for the
network, and this nic belongs to domR/dhcp
- Stops domR/dhcp
* Criteria to choose the network:
- Network has to be non-system.
- Network should be one of the following: Guest Virtual (TrafficType=Guest; GuestType=Virtual); Direct Tagged (TrafficType=Public; GuestType=Direct)
Couple of other fixes:
* Added isShared parameter to listNetworks command
* Moved guestType from NetworkOffering to Network
2011-01-07 16:57:47 -08:00
abhishek
ffb8d54dff
changing a few obsolete names to std convention
2011-01-07 16:49:51 -08:00
abhishek
fec9a6d566
not iterating over cidr list if null
2011-01-07 16:22:28 -08:00
abhishek
d639854426
fixes for the security groups
2011-01-07 16:22:28 -08:00
Edison Su
340f600a38
add new hypervisor path
2011-01-08 09:04:26 -05:00
Chiradeep Vittal
adfc5c06a6
Use global for release
2011-01-07 15:55:17 -08:00
Chiradeep Vittal
c6b027310d
Merge in various security groups fixes from 2.1.x
2011-01-07 15:55:17 -08:00
Jessica Wang
bd35fd20a0
bug 6361: change element ID from network_group_xxx to security_group_xxx.
2011-01-07 15:47:54 -08:00
alena
d3bac931b4
Deploy from server-setup.xml: Fixed createDefaultNetworks to use correct guru names
2011-01-07 15:05:10 -08:00
Edison Su
1b506871c9
Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss
2011-01-07 10:49:02 -05:00
Jessica Wang
e6dd262657
bug 6361: correct parameter name of API response.
2011-01-07 14:51:10 -08:00
Chiradeep Vittal
70241d78ec
bug 6694: trim excess fat from passed in parameters
...
status 6694: resolved fixed
2011-01-07 14:43:52 -08:00
alena
335e81cc52
Fixed listNetworks for regular user to return system network information
2011-01-07 14:09:34 -08:00
Alex Huang
a1bdec8fa1
add missing libraries
2011-01-07 14:08:41 -08:00