Skip to content
Merged
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
2 changes: 1 addition & 1 deletion 03_configure_undercloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if ! openstack flavor show tiny; then
openstack flavor create --ram 1024 --disk 10 --vcpu 2 --public tiny
fi
if ! openstack flavor show m1.medium; then
openstack flavor create --ram 10240 --disk 20 --vcpu 2 --public m1.medium
openstack flavor create --ram 4096 --disk 20 --vcpu 2 --public m1.medium
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whaaaaaaaaaaaaaaaaaaaaat? Don't you like wasting resources? 😄

fi
if ! openstack network show public; then
openstack network create --external --provider-physical-network datacentre --provider-network-type flat public
Expand Down