Min Chen
dd486efb77
Fix CLOUDSTACK-1987: Deleted service offering still shows for domain users. Also extend this fix for Disk offering as well.
2013-04-12 19:42:45 +01:00
Sebastien Goasguen
81b8a2f135
[TRANSLATION]: Fix build issues in zh-CN
2013-04-12 12:05:05 -04:00
Sebastien Goasguen
fe1a340d88
Fixing a few translations build issues
2013-04-12 10:48:13 -04:00
Chip Childers
6a5f61a487
Revert "Fixed Primary typo"
...
This reverts commit 322eae5429 .
2013-04-12 15:27:37 +01:00
Sebastien Goasguen
5954284ecd
[TRANSLATION]: Adding it-IT translation strings
2013-04-12 09:45:58 -04:00
Sebastien Goasguen
3fe40aa1b7
[TRANSLATION]: Adding zh-CN translation strings
2013-04-12 09:44:01 -04:00
Sebastien Goasguen
959039c29c
[TRANSLATION]: Adding pt-BR translation strings
2013-04-12 09:35:26 -04:00
Sebastien Goasguen
7a0665794e
[TRANSLATION] Adding Korean translation strings
2013-04-12 09:16:43 -04:00
Pascal Borreli
322eae5429
Fixed Primary typo
2013-04-12 14:11:10 +01:00
Ryan Dietrich
b20e29cffc
CLOUDSTACK-1989: Without this fix you can't query service offerings
...
that don't have a domain id set (null).
Tested via: Called "listServiceOfferings" using a simple perl script,
once with an ID, and once without an ID specified.
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-04-12 14:02:24 +01:00
Murali Reddy
641594aa2f
CLOUDSTACK-1934: NPE with listSupportedNetworkServices
...
For 'connectivity' network service current set of providers (MidoNet,
NiciraNcp) not necessarily part of OSS builds. So handle the case where
there are no providers for a service
2013-04-12 14:02:23 +01:00
Sebastien Goasguen
2cfc2c8bb0
[TRANSLATION] Adding new Japanese translations
2013-04-12 09:01:12 -04:00
Sebastien Goasguen
5c002ddc61
[TRANSLATION] Added italian strings
2013-04-12 08:24:46 -04:00
Sebastien Goasguen
2b347e593d
[TRANSLATION] Added new zh-TW translation from Isaac Chiang
2013-04-12 08:16:52 -04:00
Sebastien Goasguen
027aa70ed1
Adding license header to .tx/config
2013-04-12 08:07:08 -04:00
Sebastien Goasguen
c8567343e0
[TRANSLATION] Adding updated pot files
2013-04-12 07:51:49 -04:00
Sebastien Goasguen
4acdf3a3cb
Updating CloudMonkey setup.py to reflect graduation
2013-04-12 04:19:22 -04:00
Joe Brockmeier
a4041b9191
Changed build RPM section to reflect the fact that the updated script does not build the -docs package.
2013-04-11 17:13:21 -05:00
Likitha Shetty
ac221262c3
CLOUDSTACK-1988. Attempting to register a AWS API user fails with error code 401.
...
Fix the code to refer to /usr/share/cloudstack-management/webapps7080/awsapi/WEB-INF/classes.
2013-04-11 18:41:08 +01:00
Marcus Sorensen
625eb3c490
In system vm, wait for interface to be available before configuring gateway.
...
Previous patch to this only did so for system vms with a $3 interface, usually
eth2. System VMs that only provide DNS wouldn't get a gateway, for example.
BUG-ID: CLOUDSTACK-1565
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1365617851 -0600
2013-04-11 18:36:22 +01:00
Marcus Sorensen
3bf8ca7697
CLOUDSTACK-2003: When accounts and domains are deleted, cleanup can fail,
...
leaving instances in eternal expunged state. This happens when a domain is
deleted while a deleted account is cleaning up. The cleanup looks for the domain
of the account and we hit a null pointer. Adding null pointer check.
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1365695448 -0600
2013-04-11 18:29:59 +01:00
Pascal Borreli
00d3bc59db
Typos fixed
...
Few typo fixed
2013-04-11 18:52:09 +09:00
Marcus Sorensen
cf6e67bfe5
VPC - new system vm doesn't bring up eth0 reliably, and we don't set eth0 to
...
auto start like we should. cloud-early-config sets 'auto lo $1', but we don't
pass $1 in vpc router scenario like we do in others for some reason. eth0 is
always link local in vpc router, so setting it to that.
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1365546368 -0600
2013-04-10 21:57:18 +01:00
Milamber
d91e162225
CLOUDSTACK-1517 - fix resource file for pt_BR (Portuguese Brazil). Remove bad encoded chars, convert into ASCII with unicode chars, sort keys
2013-04-10 16:18:50 -04:00
Joe Brockmeier
700b608d2b
CLOUDSTACK-1837: Documenting additional upgrade steps.
2013-04-10 10:43:01 -05:00
Hugo Trippaers
4aea133fef
Make the VpcManager check a list of supported providers
2013-04-10 13:58:24 +01:00
Pascal Borreli
d6f4eaa23c
Fixed typos
...
Signed-off-by: Joe Brockmeier <jzb@zonker.net>
2013-04-09 19:39:12 -05:00
Joe Brockmeier
c95d97ac3a
More work on Release Notes
2013-04-09 19:36:43 -05:00
Joe Brockmeier
be6bfead9c
The defaults.cfg for the Publican branding was out of date. Changed to current URLs.
2013-04-09 13:54:35 -05:00
Joe Brockmeier
cc9cef5715
CLOUDSTACK-1837: Documenting steps from this bug for upgrade procedure from 4.0 to 4.1. Unsure how these translate for earlier CloudStack versions.
2013-04-09 12:38:29 -05:00
Wido den Hollander
04a8264280
CLOUDSTACK-1980: Add cloudstack-sysvmadm and cloudstack-setup-encryption
...
To the management server package.
cloudstack-setup-bridge should be a part of the cloudstack-awsapi package
2013-04-09 17:02:04 +02:00
Wido den Hollander
67bc557f10
CLOUDSTACK-1935: Rename tools from cloud-* to cloudstack-*
2013-04-09 16:49:09 +02:00
Murali Reddy
af65438408
CLOUDSTACK-1834: Events are not generated for registerUserKeys()
2013-04-09 14:23:15 +01:00
Pranav Saxena
9b6ff74e3a
CLOUDSTACK-1428:[UI] Instance which are created without display name are not visible when added to LB: Using the name property instead in the data flow
2013-04-09 17:03:41 +05:30
Milamber
6d2a246807
Improvements for French translation for Admin Web UI (for better display or better meaning). Add some missing translations.
2013-04-09 05:00:56 -04:00
David Grizzanti
49b55f507d
CLOUDSTACK-1598: update global-config.xml doc to include new section "About Global Configuration Settings"
...
Signed-off-by: Joe Brockmeier <jzb@zonker.net>
2013-04-08 17:16:33 -05:00
Joe Brockmeier
a1a0d17318
added minor issues to known issues.
2013-04-08 16:19:01 -05:00
Joe Brockmeier
4eee257147
Removing a few stray characters.
2013-04-08 11:31:46 -05:00
Joe Brockmeier
772cf4eb8c
Continuing work on release notes.
2013-04-08 11:27:25 -05:00
Hugo Trippaers
6039a704a1
Changing the number of threads in the test from 1000 to 750. 1000 will more often than not result in build failures due to constraints on the build systems.
...
Most recent centos based systems have process limit of 1024. Running this test will result in an OutOfMemory exception with description unable to create native thread.
2013-04-07 12:08:30 +02:00
Hugo Trippaers
a0ffb47157
CLOUDSTACK-1917: Update componentContext with the missing Nicira elements in both the normal and nonoss build
2013-04-06 11:32:40 +02:00
Jessica Tomechak
57937b6cf4
CLOUDSTACK-815. Docs. Add missing Regions Overview diagram to 4.1 branch (already committed in master).
2013-04-05 15:57:08 -07:00
Jessica Tomechak
ef770f4afb
CLOUDSTACK-815. Docs. Fix API commands in Add Region section.
2013-04-05 15:36:51 -07:00
Hugo Trippaers
7ea14cd37e
packaging: sync master and 4.1 for rpm packaging
2013-04-05 21:09:55 +02:00
Hugo Trippaers
71d089b9f8
rpm: Install the LICENSE and NOTICE files
2013-04-05 18:53:13 +02:00
Wido den Hollander
4197cf0b68
debian: Install the LICENSE and NOTICE files
...
These will be installed in /usr/share/doc/<package>/
2013-04-05 18:53:06 +02:00
Joe Brockmeier
2aa0becf34
CLOUDSTACK-1747: Adding this to known issues.
2013-04-05 11:35:22 -05:00
Kishan Kavala
05ca08af11
CLOUDSTACK-1874: Removed region_id column from cloud_usage db account table
...
Conflicts:
setup/db/db/schema-40to410.sql
2013-04-05 16:52:05 +01:00
Hugo Trippaers
43c762b651
Cleanup: Found some waf remnants
...
(cherry picked from commit 085846af94 )
Signed-off-by: Hugo Trippaers <trippie@gmail.com>
2013-04-05 17:42:20 +02:00
Chip Childers
29da416957
Merge branch '4.1' of https://git-wip-us.apache.org/repos/asf/cloudstack into 4.1
2013-04-05 16:39:12 +01:00