#!/bin/bash
set -eu

# nova-api, nova-api-metadata
add-rule INPUT -p tcp -m multiport --dports 8774,8775 -j ACCEPT
