Skip to content

Commit

Permalink
fix: use demo-network
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed Apr 11, 2024
1 parent 5e79ced commit 3148c4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openstack_cloud/openstack_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ def create_instance(
name=instance_config.name,
image=instance_config.openstack_image,
flavor="m1.small",
network="demo-network",
userdata=cloud_userdata,
wait=True,
)
Expand Down

0 comments on commit 3148c4c

Please sign in to comment.