summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Update hostname.pychriskarel2015-10-221-0/+9
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #2338 from larsks/bug/flavor-should-return-idBrian Coca2015-10-231-2/+7
|\ \ \ \ \ \
| * | | | | | make os_flavor return a top-level 'id' keyLars Kellogg-Stedman2015-10-221-2/+7
* | | | | | | Merge pull request #2344 from larsks/bug/allow-secgroup-listBrian Coca2015-10-231-3/+4
|\ \ \ \ \ \ \
| * | | | | | | allow os_server to accept a list of security groupsLars Kellogg-Stedman2015-10-221-3/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2339 from larsks/bug/keypair-should-return-idBrian Coca2015-10-231-4/+8
|\ \ \ \ \ \ \
| * | | | | | | make os_keypair return a top level 'id' keyLars Kellogg-Stedman2015-10-221-4/+8
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2336 from larsks/feature/os-subnet-returns-somethingBrian Coca2015-10-231-1/+3
|\ \ \ \ \ \ \
| * | | | | | | return information about created subnetLars Kellogg-Stedman2015-10-221-1/+3
| |/ / / / / /
* | | | | | | Version bump for new beta 2.0.0-0.4.beta2James Cammarata2015-10-231-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #2343 from larsks/bug/secgroup-allow-empty-descriptionBrian Coca2015-10-231-1/+1
|\ \ \ \ \ \
| * | | | | | allow empty description attribute for os_security_groupLars Kellogg-Stedman2015-10-221-1/+1
| |/ / / / /
* | | | | | Merge pull request #2337 from larsks/bug/os-network-always-unchangedBrian Coca2015-10-231-1/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | make os_network correctly report changed statusLars Kellogg-Stedman2015-10-221-1/+4
| |/ / / /
* | | | | Merge pull request #2315 from Etherdaemon/fix_aws_iam_connection_12831Brian Coca2015-10-223-3/+13
|\ \ \ \ \
| * | | | | Update try statement as pointed out by defionscodeEtherdaemon2015-10-223-3/+12
| * | | | | Merge branch 'devel' into fix_aws_iam_connection_12831Etherdaemon2015-10-226-10/+347
| |\ \ \ \ \
| * | | | | | fixes #12831 by updating the boto iam connection method to connect_to_regionEtherdaemon2015-10-203-3/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2335 from Shrews/os_routerBrian Coca2015-10-221-3/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix for routers without external interfacesDavid Shrewsbury2015-10-221-3/+6
|/ / / / /
* | | | | Merge pull request #2328 from emonty/bug/is-publicMatt Martz2015-10-211-1/+2
|\ \ \ \ \
| * | | | | Actually pass in is_public to create_imageMonty Taylor2015-10-221-1/+2
* | | | | | fixed mispelled descriptionBrian Coca2015-10-211-2/+2
| |_|/ / / |/| | | |
* | | | | clarified ping module purposeBrian Coca2015-10-211-4/+5
* | | | | Another fix for docsToshio Kuratomi2015-10-211-13/+13
* | | | | Correct docs buildToshio Kuratomi2015-10-211-4/+4
* | | | | corrected docs for stat's lnk_sourceBrian Coca2015-10-211-2/+2
|/ / / /
* | | | Mark a few parameters as no_logToshio Kuratomi2015-10-201-3/+4
* | | | Merge pull request #2319 from Shrews/os_userMatt Martz2015-10-202-0/+213
|\ \ \ \
| * | | | Clarify password requirement and add return docs.David Shrewsbury2015-10-201-2/+36
| * | | | Add OpenStack Keystone User moduleDavid Shrewsbury2015-10-202-0/+179
* | | | | Merge pull request #2292 from Constantin07/update_ec2_ami_findBrian Coca2015-10-201-1/+123
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Added documentation for returned structureConstantin Bugneac2015-10-201-1/+99
| * | | | Included 'block_device_mapping' in the output of module and other missing att...Constantin Bugneac2015-10-161-0/+24
* | | | | added missing version_added to new accesslogs featureBrian Coca2015-10-191-0/+1
* | | | | better handling of checkmode for solarisBrian Coca2015-10-191-10/+11
* | | | | Merge pull request #2126 from nfelsen/access_logsBrian Coca2015-10-191-4/+44
|\ \ \ \ \
| * \ \ \ \ fixing merge conflictNathaniel Felsen2015-10-1665-363/+1685
| |\ \ \ \ \ | | |/ / / /
| * | | | | Adding support for access logs in ELBNathaniel Felsen2015-09-301-4/+44
* | | | | | Merge pull request #2274 from niothiel/develBrian Coca2015-10-191-11/+5
|\ \ \ \ \ \
| * | | | | | Remove duplicate logicVal Komarov2015-10-141-11/+5
* | | | | | | Merge pull request #2286 from larsks/feature/testsBrian Coca2015-10-192-0/+223
|\ \ \ \ \ \ \
| * | | | | | | add some unit tests for the os_server moduleLars Kellogg-Stedman2015-10-162-0/+223
* | | | | | | | Merge pull request #2275 from larsks/bug/2253Brian Coca2015-10-191-28/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | fix handling of nics argumentLars Kellogg-Stedman2015-10-181-28/+30
* | | | | | | | | Merge pull request #2310 from Shrews/os_routerBrian Coca2015-10-191-46/+104
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix os_router to accept internal interfacesDavid Shrewsbury2015-10-191-46/+104
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Remove debuggingToshio Kuratomi2015-10-191-1/+0
* | | | | | | | | xmlcharrefreplace is only for encoding, not for decoding :-(Toshio Kuratomi2015-10-191-2/+3
* | | | | | | | | Merge pull request #2180 from wimnat/feature/issue-695Brian Coca2015-10-191-90/+124
|\ \ \ \ \ \ \ \ \