diff options
author | Mike Milner <mike.milner@canonical.com> | 2012-02-23 15:13:51 -0400 |
---|---|---|
committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2012-02-29 11:55:23 -0800 |
commit | 09e664c0f00326d3dea8c04ac661ca0a05bbf0f5 (patch) | |
tree | 67d5cba184c6482fa31cc6796bb322fef3df1ade /Authors | |
parent | 10c58c6e81ed8623091231fb1ef65c8529b43fe1 (diff) | |
download | nova-09e664c0f00326d3dea8c04ac661ca0a05bbf0f5.tar.gz |
Include launch_index when creating instances.
Fixes bug 934534.
The launch_index column in the database is used as the ami-launch-index value
provided by the metadata service.
If launch_index is not specified it defaults to 1. This is incorrect for the
single instance case (should be 0) and doesn't correctly handle multi-instance
starts.
This branch changes the default launch_index to 0 (to handle the single
instance case) and adds the launch_index in the schedulers for multi-instance
starts.
Change-Id: Ifc45abf4cd9f50f732ba4a4b68c0a6242a6c9710
Diffstat (limited to 'Authors')
-rw-r--r-- | Authors | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -123,6 +123,7 @@ Michael Basnight <mbasnigh@rackspace.com> Michael Gundlach <michael.gundlach@rackspace.com> Michael Still <mikal@stillhq.com> Mike Lundy <mike@pistoncloud.com> +Mike Milner <mike.milner@canonical.com> Mike Pittaro <mikeyp@lahondaresearch.org> Mike Scherbakov <mihgen@gmail.com> Mikyung Kang <mkkang@isi.edu> |