Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ Build the documentation:

### Deployment

- `make bundle` builds a "bundle" appropriate for deployment (Ubuntu
only). For Jenkins and Chef use only.
- `make bundle` builds a "bundle" appropriate for deployment (the Ubuntu
operating system only). For Jenkins and Chef use only.
- `make run` starts up an instance of the Otter API.

### Cleaning up
Expand Down
3 changes: 2 additions & 1 deletion autoscale_cloudroast/test_repo/autoscale/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ def setUpClass(cls):
cls.lbaas_client = lbaas_client
cls.rcv3_client = rcv3_client

# ImageRefs of ununtu and non-ubuntu images that will be used
# ImageRefs of the ubuntu operating system and the non-ubuntu
operating system images that will be used
# when creating groups
image_refs = image_ids_with_and_without_name(images_client)
cls.lc_image_ref, cls.lc_image_ref_alt = image_refs
Expand Down