Commit Graph

22266 Commits

Author SHA1 Message Date
Pedro Algarvio
80b9780c64 Remove left behind debugging experience. 2013-11-10 18:40:57 +00:00
Pedro Algarvio
4fb38e1e91 Merge pull request #8385 from s0undt3ch/hotfix/test-kwarg
Document passing arguments with equal signs. Refs a1ba178d.
2013-11-10 10:28:20 -08:00
Pedro Algarvio
daa724a76a Merge pull request #8388 from s0undt3ch/hotfix/test-file-remove
Pass a relative path for proper test execution.
2013-11-10 10:27:09 -08:00
Pedro Algarvio
a192d03ffb Only delete the file if it actually exists. 2013-11-10 15:36:39 +00:00
Pedro Algarvio
66cf8f1845 The argument name is arg, not args. 2013-11-10 15:36:11 +00:00
Pedro Algarvio
0f25353e08 Pass a relative path for proper test execution.
If we're trying to test a failure which happens when the path is not absolute, let's not pass it an absolute path in the first place.
2013-11-10 15:30:42 +00:00
Joseph Hall
ad1bd761e4 Merge pull request #8387 from s0undt3ch/hotfix/salt-cloud-man
Add the missing salt-cloud man page.
2013-11-10 05:51:51 -08:00
Pedro Algarvio
76d1629ba4 doc/man/salt-cloud.7 is no longer generated. 2013-11-10 13:47:14 +00:00
Pedro Algarvio
5feb449584 Add the missing salt-cloud man page. 2013-11-10 13:28:19 +00:00
Joseph Hall
8c408222de Merge pull request #8384 from s0undt3ch/develop
Don't let Salt fail because `libcloud` is not installed.
2013-11-10 04:18:19 -08:00
Pedro Algarvio
c66fc86f79 Document passing arguments with equal signs. Refs a1ba178d.
Add additional documentation regarding arguments passing with equal signs for which salt tries hard to turn into keyword arguments. The problem now arises because non supported arguments immediately thrown an exception.
2013-11-10 11:40:01 +00:00
Pedro Algarvio
0e9b977384 Don't let Salt fail because libcloud is not installed. 2013-11-10 08:39:19 +00:00
Seth House
865b009e1e Merge pull request #8379 from sijis/misc_doc_fixes_2
removed double colons in master documentation to match existing formatti...
2013-11-09 17:08:13 -08:00
Joseph Hall
07688c1daf Merge pull request #8382 from joehealy/salt-ssh-packaging-doc-fix
Updated docs to reflect salt-ssh requirement on msgpack
2013-11-09 16:54:04 -08:00
Joe Healy
d328464d39 Updated docs to reflect salt-ssh requirement on msgpack 2013-11-10 11:38:01 +11:00
Erik Johnson
2b397ec24c Docs formatting fixes
Format filenames in bullet points and use aliases instead of letting the
"blob" role show the full URL for the filenames.
2013-11-09 15:10:12 -06:00
Sijis Aviles
1f27476fdd removed double colons in master documentation to match existing formatting 2013-11-09 13:54:39 -06:00
Joseph Hall
05f08f5956 Merge pull request #8378 from s0undt3ch/hotfix/jenkins
The botocore is imported in `__virtual__` disable the warning.`
2013-11-09 08:00:36 -08:00
Pedro Algarvio
57ae9954a6 The botocore is imported in __virtual__ disable the warning.` 2013-11-09 15:54:33 +00:00
Joseph Hall
9b279b5846 Merge pull request #8377 from s0undt3ch/hotfix/jenkins
Disable Pylint E0102 under `salt/cloud/clouds/*`.
2013-11-09 05:56:43 -08:00
Pedro Algarvio
9811e0b7e1 Disable Pylint E0102 under salt/cloud/clouds/*. 2013-11-09 13:55:53 +00:00
Joseph Hall
34360ac306 Merge pull request #8373 from s0undt3ch/develop
Typo
2013-11-09 05:29:57 -08:00
Pedro Algarvio
619380f4ac Typo. 2013-11-09 13:27:18 +00:00
Mickey Malone
ebc57722a5 Added missing function 2013-11-09 07:03:51 -06:00
Joseph Hall
979eed27ca Merge pull request #8371 from s0undt3ch/hotfix/kwargs-regex-fix
Arguments like `pip==1.0` must not match yaml'ification as as keyword arguments
2013-11-09 04:48:00 -08:00
Joseph Hall
7d4fd5b5db Merge pull request #8369 from s0undt3ch/features/docker-runtests
Correct the name of the repository.
2013-11-09 04:46:40 -08:00
Joseph Hall
11288b683b Merge pull request #8370 from s0undt3ch/hotfix/salt-cloud-merge
We only need one `NonBlockingPopen`.
2013-11-09 04:46:22 -08:00
Joseph Hall
5262027123 Merge pull request #8372 from s0undt3ch/hotfix/rabbitmq-cli-example
Add CLI example to `rabbitmq.plugin_is_enabled`.
2013-11-09 04:42:13 -08:00
Pedro Algarvio
68e32853e3 Add CLI example to rabbitmq.plugin_is_enabled. 2013-11-09 10:40:45 +00:00
Pedro Algarvio
b5c9815e9a Arguments like pip==1.0 must not match yaml'ification as as keyword arguments. 2013-11-09 10:32:27 +00:00
Pedro Algarvio
544f7e127d Don't use the deprecated self.assertEquals(). 2013-11-09 09:01:18 +00:00
Pedro Algarvio
713715bb4e Use the CLI script name instead. 2013-11-09 08:48:19 +00:00
Pedro Algarvio
e27ff55bb4 We only need one NonBlockingPopen. 2013-11-09 08:41:16 +00:00
Joseph Hall
3e7fb156f5 Merge pull request #8368 from techhat/saltcloud
Fix error with empty list in nova.py
2013-11-08 20:16:24 -08:00
Joseph Hall
ef0e5ba916 Fix error with empty list in nova.py 2013-11-08 21:13:28 -07:00
Thomas S Hatch
583e9bd351 Add encoding lines 2013-11-08 21:06:20 -07:00
Thomas S Hatch
d74a1c5afb Lint fixes for rabbitmq user and clouds 2013-11-08 21:04:36 -07:00
Thomas S Hatch
ab59fa4705 pylint for softlayer 2013-11-08 21:01:48 -07:00
Thomas S Hatch
8be2741f1e lint fixes for nova and gogrid 2013-11-08 20:57:19 -07:00
Thomas S Hatch
a9558e1333 utf line for parallels cloud 2013-11-08 20:49:03 -07:00
Thomas S Hatch
8ed72b4832 rabbitmq pylint fixes 2013-11-08 20:47:05 -07:00
Thomas S Hatch
358677a957 utf tag for ibm cloud 2013-11-08 20:44:39 -07:00
Thomas S Hatch
25705b9073 ec2 pylint fixes 2013-11-08 20:44:00 -07:00
Thomas S Hatch
f4641cc3de More pylint fixes 2013-11-08 20:38:32 -07:00
Thomas S Hatch
cbb3ce7b13 pylint fixes for cloudstack module 2013-11-08 20:29:39 -07:00
Thomas S Hatch
ce8aaad47f Pylint fixes for salt cloud utils 2013-11-08 20:26:56 -07:00
Thomas S Hatch
da8e977f39 pylint fixes for salify 2013-11-08 20:24:57 -07:00
Thomas S Hatch
9c232f672d Add __active_provider_name__ to testing pylintrc 2013-11-08 20:23:46 -07:00
Thomas S Hatch
60f678ac0e pylint fixes for salt.cloud module 2013-11-08 17:14:12 -07:00
Thomas S Hatch
c77822b15e Fix pylint errors in openstack cloud provider 2013-11-08 17:14:12 -07:00