Commit Graph

17828 Commits

Author SHA1 Message Date
Pedro Algarvio
65b6ca53ed Merge pull request #7272 from techhat/novafix
Allow OpenStack modules to use different configuration profiles
2013-09-16 10:14:39 -07:00
Joseph Hall
f5544e06a7 Fix doc error in keystone 2013-09-16 10:54:28 -06:00
Joseph Hall
219f04f95f Allow glance to use different configuration profiles 2013-09-16 10:54:08 -06:00
Joseph Hall
41cc23ec01 Allow keystone to use different configuration profiles 2013-09-16 10:49:55 -06:00
Joseph Hall
a6e98f17de Allow nova to use different configuration profiles 2013-09-16 10:27:41 -06:00
Joseph Hall
bdcdbfb5a9 Merge pull request #7268 from terminalmage/docs
Fix sphinx build warnings/errors
2013-09-16 08:57:27 -07:00
Joseph Hall
7dc1794b75 Merge pull request #7269 from techhat/novafix
Adding nova.delete and fixing more key errors in nova
2013-09-16 08:54:38 -07:00
Joseph Hall
4e735a7919 Add function to delete instance 2013-09-16 09:52:23 -06:00
Joseph Hall
a359a508e5 Fix more missing key errors 2013-09-16 09:52:05 -06:00
Erik Johnson
69e53870cf Fix sphinx build warnings/errors 2013-09-16 10:40:28 -05:00
Joseph Hall
4ab9930d9d Clarify docs for nova.create 2013-09-16 09:23:31 -06:00
Joseph Hall
273aae5f1e Merge pull request #7267 from techhat/novafix
Add nova.boot function
2013-09-16 07:58:09 -07:00
Joseph Hall
427efb0f71 Add nova.boot function 2013-09-16 08:57:11 -06:00
Joseph Hall
bcacf2c668 Merge pull request #7266 from techhat/novafix
Fixing openstack nova error with rxtx_factor
2013-09-16 07:55:50 -07:00
Joseph Hall
cd6cc50d12 Same kind of problem with minDisk and minRam 2013-09-16 08:35:25 -06:00
Joseph Hall
4993816bdd Sometimes rxtx_factor isn't there 2013-09-16 08:22:31 -06:00
Thomas S Hatch
68eb1a50d0 Merge pull request #7265 from s0undt3ch/develop
Don't include authorship in generated documentation.
2013-09-16 07:16:34 -07:00
Pedro Algarvio
454a04fd49 Don't include authorship in generated documentation. 2013-09-16 12:01:02 +01:00
Thomas S Hatch
743561d7a1 Merge pull request #7263 from terminalmage/new-module-docs
Add versionadded directives for new states
2013-09-15 19:31:28 -07:00
Thomas S Hatch
f070ba9979 Merge pull request #7261 from terminalmage/issue7250
Fix docstring in alternatives module
2013-09-15 19:31:10 -07:00
Thomas S Hatch
c7b7cce0d9 Merge pull request #7260 from terminalmage/issue7253
Don't make selinux state available if selinux module isn't
2013-09-15 19:30:23 -07:00
Thomas S Hatch
64b6c5152a Merge pull request #7259 from terminalmage/issue7257
Fix regression in pkg.latest_version
2013-09-15 19:29:28 -07:00
Thomas S Hatch
d0e4bbef0b Merge pull request #7258 from terminalmage/docs
Audit module documentation (X to Z + new mac modules)
2013-09-15 19:28:56 -07:00
Thomas S Hatch
a6d4314640 Merge pull request #7254 from stevearc/queued_states
Adding an option to queue state commands instead of failing immediately
2013-09-15 19:27:48 -07:00
Erik Johnson
9c70b8d860 Add versionadded directives for new states 2013-09-15 19:24:37 -05:00
Erik Johnson
e29af84092 Remove other kwargs checks that would cause tracebacks
We need to do better arg checking, but this is not the way to go about
it.
2013-09-15 18:58:53 -05:00
Erik Johnson
648b933a3f Fix more top-level docsrings to improve docs 2013-09-15 18:54:19 -05:00
Erik Johnson
0beeb2eb28 Add top docstring to portage_config module
This makes the autosummary on
http://docs.saltstack.com/ref/modules/all/index.html look better.
2013-09-15 18:39:27 -05:00
Erik Johnson
2c5a44b01d Add additional note to selinux state docstring 2013-09-15 18:31:13 -05:00
Pedro Algarvio
23c586b439 Merge pull request #7262 from terminalmage/issue7255
Correct docstring for salt.modules.dnsutil.hosts_remove
2013-09-15 16:25:19 -07:00
Erik Johnson
7c9a25c68c Correct docstring for salt.modules.dnsutil.hosts_remove
It looks like this function might have changed names at one point and
the docstring was never updated, or the docstring was just incorrect to
begin. This fixes CLI example to match the correct function name.

Resolves #7255.
2013-09-15 18:18:46 -05:00
Erik Johnson
0281b6bc50 Fix docstring in eselect module
This also makes the autosummary used in
http://docs.saltstack.com/ref/modules/all/ look better.
2013-09-15 18:05:55 -05:00
Erik Johnson
3cc0cec9f5 Fix docstring in alternatives module
This makes the autosummary in http://docs.saltstack.com/ref/modules/all/
have a proper summary text.
2013-09-15 18:04:52 -05:00
Erik Johnson
6e53ccbce8 Don't make selinux state available if selinux module isn't
Also, add notes to top-level docstring explaining that the setsebool and
semanage commands need to be available in order for the module to work,
and note which packages provide these on RHEL-based distros.

Resolves #7253.
2013-09-15 17:33:03 -05:00
Erik Johnson
ab29cc8cc1 Fix regression in apt module
This fixes a regression introduced in bd72e44. Resolves #7257.
2013-09-15 16:58:03 -05:00
Erik Johnson
a1b2ad3874 Audit module documentation (X to Z + new mac modules)
This commit completes the work started in 7d4739d, putting CLI examples
in bash code-blocks to give them syntax highlighting on
docs.saltstack.com. Combined with 5094719, this both improves the
documentation on the website, as well as the messages seen when using
sys.doc.
2013-09-15 15:53:36 -05:00
Pedro Algarvio
afc349132a Merge pull request #7256 from s0undt3ch/develop
Use raw strings with backslashes.
2013-09-15 04:37:46 -07:00
Pedro Algarvio
a95f9a4943 Use raw strings with backslashes. 2013-09-15 12:36:58 +01:00
Pedro Algarvio
742e583734 Merge pull request #7252 from terminalmage/sysdoc-rst-replace
Modify sys.doc to replace rst directives
2013-09-15 04:18:38 -07:00
Steven Arcangeli
e523025bb6 Adding an option to queue state commands instead of failing immediately 2013-09-14 23:29:20 -07:00
Thomas S Hatch
30bc069574 Add halite startup hooks into the master 2013-09-14 23:10:06 -06:00
Erik Johnson
5094719cb7 Modify sys.doc to replace rst directives
This commit modifies sys.doc so that the rst directives within it look
better on the CLI when the docs are printed to the terminal.
2013-09-15 00:00:49 -05:00
Thomas S Hatch
8fccb5cce7 Merge pull request #7248 from jcockhren/add_global_flag_git_config
Add global flag git config
2013-09-14 20:39:39 -07:00
Pedro Algarvio
b8dcf5e085 Merge pull request #7251 from terminalmage/docs
Audit module documentation (U to W)
2013-09-14 20:26:55 -07:00
Erik Johnson
79557cda84 Audit module documentation (U to W)
This commit continues the work started in 7d4739d, putting CLI examples
in bash code-blocks to give them syntax highlighting on
docs.saltstack.com.
2013-09-14 22:15:45 -05:00
Jurnell Cockhren
715c152815 Allow user to use the '--global' flag for git config settings.
This resolves #7156
By default 'is_global' is set to False.
Side Effects: Each call to config_set includes the '--local' or '--global'
flags.
2013-09-14 20:55:54 -05:00
Jurnell Cockhren
909f0884a8 Merge remote-tracking branch 'upstream/develop' into develop 2013-09-14 20:35:43 -05:00
Pedro Algarvio
5b1f0bcb35 Merge pull request #7246 from s0undt3ch/develop
Add missing import.
2013-09-14 11:00:00 -07:00
Pedro Algarvio
87e508f872 Add missing import. 2013-09-14 18:59:31 +01:00
Pedro Algarvio
fbd0e622cc Merge pull request #7245 from ranl/modjk
fixing modjk.recover_all function
2013-09-14 10:42:31 -07:00