Skip to content

Commit

Permalink
[CE-254] Block device name should not be removed
Browse files Browse the repository at this point in the history
In previous patch, block device name was removed which
was a mistake. This patch will add that parameter back.
This problem is only specific for OpenStack cloud.

Change-Id: Ideebfc8f7cae88ed0db32b15155f3e407e3f695d
Signed-off-by: tongliofcary <[email protected]>
  • Loading branch information
tongliofcary committed Jan 29, 2018
1 parent 0ea3531 commit a902a14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/agent/ansible/vars/os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ cluster: {

# If volume want to be used, specify a size in GB, make volume size 0 if wish
# not to use volume from your cloud
volume_size: 8
volume_size: 0,
block_device_name: "/dev/vdb"
}

0 comments on commit a902a14

Please sign in to comment.