#!/bin/sh

set -e

. /root/oci-openrc

openstack flavor create --id 100 --ram 4096 --disk 10 --vcpus 2 manila-service-flavor
