Merge lp:~mathiaz/eucalyptus/k-fix-network-index-values into lp:~ubuntu-core-dev/eucalyptus/ubuntu-karmic

Proposed by Mathias Gug
Status: Merged
Merge reported by: Mathias Gug
Merged at revision: not available
Proposed branch: lp:~mathiaz/eucalyptus/k-fix-network-index-values
Merge into: lp:~ubuntu-core-dev/eucalyptus/ubuntu-karmic
Diff against target: 29 lines
2 files modified
cluster/handlers.c (+3/-1)
debian/changelog (+4/-0)
To merge this branch: bzr merge lp:~mathiaz/eucalyptus/k-fix-network-index-values
Reviewer Review Type Date Requested Status
Dustin Kirkland  Approve
Review via email: mp+14329@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Dustin Kirkland  (kirkland) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'cluster/handlers.c'
--- cluster/handlers.c 2009-10-22 14:06:55 +0000
+++ cluster/handlers.c 2009-11-02 23:20:26 +0000
@@ -1484,7 +1484,9 @@
1484 allocate_ccInstance(myInstance, instId, amiId, kernelId, ramdiskId, amiURL, kernelURL, ramdiskURL, ownerId, "Pending", time(NULL), reservationId, &(myInstance->ccnet), &(myInstance->ccvm), myInstance->ncHostIdx, keyName, myInstance->serviceTag, userData, launchIndex, myInstance->groupNames, myInstance->volumes, myInstance->volumesSize, myInstance->networkIndex);1484 allocate_ccInstance(myInstance, instId, amiId, kernelId, ramdiskId, amiURL, kernelURL, ramdiskURL, ownerId, "Pending", time(NULL), reservationId, &(myInstance->ccnet), &(myInstance->ccvm), myInstance->ncHostIdx, keyName, myInstance->serviceTag, userData, launchIndex, myInstance->groupNames, myInstance->volumes, myInstance->volumesSize, myInstance->networkIndex);
14851485
1486 // instance info that CC has1486 // instance info that CC has
1487 myInstance->networkIndex = thenidx;1487 if (thenidx >= 0) {
1488 myInstance->networkIndex = networkIndexList[thenidx];
1489 }
1488 myInstance->ts = time(NULL);1490 myInstance->ts = time(NULL);
1489 if (strcmp(pubip, "0.0.0.0")) {1491 if (strcmp(pubip, "0.0.0.0")) {
1490 strncpy(myInstance->ccnet.publicIp, pubip, 16);1492 strncpy(myInstance->ccnet.publicIp, pubip, 16);
14911493
=== modified file 'debian/changelog'
--- debian/changelog 2009-11-02 23:10:25 +0000
+++ debian/changelog 2009-11-02 23:20:26 +0000
@@ -11,6 +11,10 @@
11 * debian/eucalyptus-common.eucalyptus.upstart: Add -l to eucalyptus-cloud11 * debian/eucalyptus-common.eucalyptus.upstart: Add -l to eucalyptus-cloud
12 options so that cloud-output.log is affected by LOGLEVEL (LP: #458001)12 options so that cloud-output.log is affected by LOGLEVEL (LP: #458001)
1313
14 [ Mathias Gug ]
15 * cluster/handlers.c: Fix the networkIndex returned by describeInstances.
16 (LP: #454405 - upstream revno 933).
17
14 -- Thierry Carrez <thierry.carrez@ubuntu.com> Tue, 20 Oct 2009 12:26:19 +020018 -- Thierry Carrez <thierry.carrez@ubuntu.com> Tue, 20 Oct 2009 12:26:19 +0200
1519
16eucalyptus (1.6~bzr931-0ubuntu7) karmic; urgency=low20eucalyptus (1.6~bzr931-0ubuntu7) karmic; urgency=low

Subscribers

People subscribed via source and target branches

to all changes: