Skip to main content

OpenStack Helper Utilities

Project description

# Useful OpenStack Helper Commands

## Install

~~~ pip install python-stackhelper ~~~

## Usage:

### Security Group Synchronization

~~~ $ stackhelper secgroup-sync –secgroup-json secgroups.example.json

Deleting group: testing Creating group: chef Creating group: haproxy Creating group: apt Create rule ALLOW tcp/80-80 FROM ‘chef’ in group ‘apt’ Create rule ALLOW tcp/80-80 FROM ‘haproxy’ in group ‘apt’ Create rule ALLOW tcp/4000-4000 FROM ‘apt’ in group ‘chef’ Create rule ALLOW tcp/4000-4000 FROM ‘haproxy’ in group ‘chef’ Create rule ALLOW tcp/443-443 FROM ‘0.0.0.0/0’ in group ‘haproxy’ ~~~

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-stackhelper-0.0.2.tar.gz (12.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page