trove/trove/extensions/security_group
Auston McReynolds 157e1807b4 Support Security Group Name Prefix Customization
As of now, if CONF.trove_security_groups_support == True, then a
Security Group is created for every new Instance, following the
naming scheme of: "SecGroup_<Instance's UUID>".

Nicira NVP for Quantum enforces a Security Group naming limitation of
40 chars maximum. Given the UUID's length, this only leaves 2
characters for the prefix, e.g. 'SG' vs. 'SecGroup'.

Even in lieu of restrictions, it's not inconceivable that a
vendor/user might want to customize the naming scheme of their
Security Groups to align with other cloud providers, etc.

Change-Id: I1043e15c71607cabe2fd6f72f64705e80cd2cde1
Closes-Bug: #1218589
2013-09-03 10:56:11 -07:00
..
__init__.py Rename from reddwarf to trove. 2013-06-24 14:11:15 -07:00
models.py Support Security Group Name Prefix Customization 2013-09-03 10:56:11 -07:00
service.py API Validation for Trove API 2013-07-01 17:31:23 -07:00
views.py Adding instance id to the security group extension API 2013-07-02 15:38:17 -07:00