diff options
| author | Monty Taylor <mordred@inaugust.com> | 2010-07-24 18:06:22 -0700 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2010-07-24 18:06:22 -0700 |
| commit | 87e27afec0c7b683ee35f842abdaccea954f2fba (patch) | |
| tree | 7c6fea884a9b599ab7a5364d6d26c101d0301ee5 /nova | |
| parent | 4efa1cd41b5366f5bb528c0db21908a66f785557 (diff) | |
Updated sphinx layout to a two-dir layout like swift.
Updated a doc string to get rid of a Sphinx warning.
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/compute/disk.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/compute/disk.py b/nova/compute/disk.py index 08a22556e..5749d4c6a 100644 --- a/nova/compute/disk.py +++ b/nova/compute/disk.py @@ -40,7 +40,8 @@ def partition(infile, outfile, local_bytes=0, local_type='ext2', execute=None): formatted as ext2. In the diagram below, dashes represent drive sectors. - 0 a b c d e + +-----+------. . .-------+------. . .------+ + | 0 a| b c|d e| +-----+------. . .-------+------. . .------+ | mbr | primary partiton | local partition | +-----+------. . .-------+------. . .------+ |
