Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit 86f293f

Browse files
committed
Done with testing
1 parent cfb29b5 commit 86f293f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/image_streamer/os_volumes.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
image_streamer_client = oneview_client.create_image_streamer_client()
3333

3434
os_volumes_information = {
35-
"name": "OSVolume-5",
36-
"id": "57f2d803-9c11-4f9a-bc02-71804a0fcc3e"
35+
"name": "OSVolume-33",
36+
"id": "c1252cc6-76f7-4644-a879-dfe3251ea985"
3737
}
3838
destination_archive_path = './archive_log.txt'
3939

@@ -66,3 +66,5 @@
6666
print(" File downloaded successfully.")
6767
else:
6868
print(" Error downloading the file.")
69+
70+

0 commit comments

Comments
 (0)