Pedro Algarvio
78a7c34f2b
We need novaclient imported to compare versions
2015-11-25 16:25:55 +00:00
Mike Place
7775d65089
Merge pull request #29178 from whytewolf/glance_keystone_profile_fix
...
Profile not being passed to keystone.endpoint_get in _auth. so if a p…
2015-11-25 09:09:49 -07:00
Thomas Phipps
807dd426a6
Profile not being passed to keystone.endpoint_get in _auth. so if a profiles are being used, then keystone.endpoint_get will not be able to authenticate causing glance to not be able to get it's endpoint.
2015-11-24 23:10:06 -08:00
Justin Findlay
345206b68e
Merge pull request #29173 from jfindlay/2015.8
...
add 2015.8.3 release notes
2015-11-24 17:07:51 -07:00
Justin Findlay
212f7dd281
add 2015.8.3 release notes
2015-11-24 17:06:40 -07:00
Justin Findlay
cafbb49cb6
add note on 2015.8.2 release notes
2015-11-24 17:05:41 -07:00
Colton Myers
5e88e9e9c0
Merge pull request #29172 from basepi/philips_backport
...
[2015.8] Backport new philips_hue proxy features from develop
2015-11-24 16:52:55 -07:00
Colton Myers
1df6c3083b
Backport new philips_hue proxy features from develop
2015-11-24 16:09:00 -07:00
Colton Myers
2fb1ca0eac
Merge pull request #29167 from basepi/merge-forward-2015.8
...
[2015.8] Merge forward from 2015.5 to 2015.8
2015-11-24 14:40:34 -07:00
Colton Myers
525f9fbbbb
Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8
2015-11-24 14:39:48 -07:00
Justin Findlay
a26c10a811
Merge pull request #29164 from jfindlay/bp-29113
...
Backport #29113
2015-11-24 14:26:17 -07:00
Mark McGuire
50fab35188
kill unneeded import
2015-11-24 13:28:31 -07:00
Mike Place
68d6c454b8
Merge pull request #29141 from optix2000/full_sls_import
...
Add test case for require: sls with only import statements
2015-11-24 09:17:57 -07:00
Mike Place
732f5364a2
Merge pull request #29072 from terminalmage/issue28311
...
Several gitfs/git_pillar fixes
2015-11-24 09:04:39 -07:00
Mike Place
95689ee1a4
Merge pull request #29118 from ticosax/dockerng-network
...
[dockerng] Add networking capabilities
2015-11-24 08:47:36 -07:00
Mike Place
4b4f212d2d
Merge pull request #29145 from alprs/fix-duplicate_import
...
Remove duplicate import of salt.utils.s3
2015-11-24 08:36:05 -07:00
Mike Place
6079569580
Merge pull request #29148 from lomeroe/boto_route53_create_zone_fix-backport
...
correcting parameter calls to boto get_zone/create_zone functions in …
2015-11-24 08:33:53 -07:00
Nicolas Delaby
e98d18ba41
Expose docker networking as state
2015-11-24 13:55:22 +01:00
Nicolas Delaby
94135d91c3
cosmetic
2015-11-24 13:55:22 +01:00
Nicolas Delaby
17ff5c1ab5
Add expose networking to modules.dockerng
2015-11-24 13:55:22 +01:00
Ethan Moore
75408ccf99
correcting parameter calls to boto get_zone/create_zone functions in create_zone
...
parameter check on create_zone on private_zone=True
add boto version requirement
2015-11-24 11:54:42 +00:00
Andreas Lutro
e1101bea19
Remove duplicate import of salt.utils.s3
...
Closes #29144
2015-11-24 09:45:31 +01:00
Weilu Jia
596843e8d6
Add test case for sls with only import
...
Tests https://github.com/saltstack/salt/issues/10852
2015-11-23 18:27:56 -08:00
Justin Findlay
4f03196e7d
Merge pull request #29138 from jfindlay/2015.5
...
add 2015.5.8 release notes
2015-11-23 16:22:48 -07:00
Justin Findlay
be045f5cb1
add 2015.5.8 release notes
2015-11-23 16:21:45 -07:00
Erik Johnson
dae738fda3
Use common code to detect envs
...
This commit adds a parent-class function which makes the calculation of
environment names identical regardless of the provider being used. The
function simply accepts a list of the ref paths (i.e. refs/heads/foo,
refs/remotes/origin/bar, refs/tags/baz).
This commit also makes a slight tweak to how dulwich determines which
ref paths to use for env detection. Before it used any ref with a path
beginning with refs/heads or refs/tags, but this switches it to
refs/remotes so that the common logic introduced in the new function
described above works.
It seems that dulwich adds local heads for any remote heads pulled down
when the remote is fetched, which is why this would have worked for env
detection before.
This commit contains a more complete fix for #27432 , as an earlier
commit only fixed this for pygit2.
2015-11-23 14:23:39 -06:00
Erik Johnson
a9c0cacb77
Don't add head ref if head red matches desired ref
2015-11-23 13:24:37 -06:00
Erik Johnson
e7540e956b
pygit2: Don't clean local heads along with stale remote refs
...
Also, set the 'credentials' attribute for the GitProvider subclass to
None by default, so that it is always present, and only non-none when
there is valid authentication configured.
2015-11-23 13:20:19 -06:00
Thomas S Hatch
17638c734b
Merge pull request #29108 from lorengordon/type-enforce-length
...
Enforce length as an int, fixes #29107
2015-11-23 12:06:52 -07:00
Colton Myers
233ab8a474
Merge pull request #29125 from basepi/merge-forward-2015.8
...
[2015.8] Merge forward from 2015.5 to 2015.8
2015-11-23 11:48:46 -07:00
Mike Place
dc0d47fa2e
Merge pull request #29126 from fcrozat/2015.8
...
Fix deployment when umask is non-standard
2015-11-23 10:53:46 -07:00
Mike Place
994d8bd71a
Merge pull request #29124 from rallytime/bp-28130
...
Back-port #28130 to 2015.8
2015-11-23 10:31:00 -07:00
Colton Myers
1432cc806d
Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8
2015-11-23 10:08:57 -07:00
Colton Myers
219367a23d
Merge pull request #29128 from cachedout/tweak_29122
...
Set a safer default value for ret in saltmod
2015-11-23 10:07:40 -07:00
Mike Place
b08858b040
Missed check
2015-11-23 10:07:21 -07:00
Mike Place
584efe81ee
Set a safer default value for ret in saltmod
...
Tweak fix in #29122 after review with @basepi
2015-11-23 10:04:34 -07:00
Frederic Crozat
4da11a5f3c
Fix deployment when umask is non-standard. Fixes #29005
2015-11-23 17:58:41 +01:00
Frederic Crozat
bbccb752f9
Fix deployment when umask is non-standard. Fixes #28830
2015-11-23 17:55:48 +01:00
Colton Myers
8d86bc3056
Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8
...
Conflicts:
salt/states/rabbitmq_user.py
salt/states/user.py
2015-11-23 09:53:11 -07:00
rallytime
e290ea4a3f
Pylint Fix
2015-11-23 09:34:03 -07:00
Nicole Thomas
2250a36647
Merge pull request #29122 from cachedout/issue_29110
...
Fix broken state orchestration
2015-11-23 09:24:18 -07:00
Mike Place
d9c32011b4
Merge pull request #29076 from RealKelsar/2015.8
...
We can't query installed use flags for a non installed pkg
2015-11-23 09:19:40 -07:00
Alex Proca
9d8e5c8b4d
Added missing comma
2015-11-23 09:00:52 -07:00
Bogdan Radulescu
4a7eee08a8
Documented import_keypair for the ec2 driver
2015-11-23 09:00:51 -07:00
Bogdan Radulescu
715c12014c
Added a bunch of instance sizes and updated some outdated ones
2015-11-23 09:00:51 -07:00
Alex Proca
506ff01f65
Import public key
2015-11-23 08:58:43 -07:00
Mike Place
4b9302d794
Fix broken state orchestration
...
This corrects an issue introduced in #28012 wherein the `m_ret` variable
was not set prior to evaluation. Here, we simply set it to None and then check for this type explicitely.
Fixes #29110
2015-11-23 08:09:54 -07:00
Nicole Thomas
1931870f26
Merge pull request #29097 from rallytime/bp-29070
...
Back-port #29070 to 2015.8
2015-11-22 10:03:04 -07:00
Nicole Thomas
200e771efb
Merge pull request #29096 from rallytime/bp-29093
...
Back-port #29093 to 2015.5
2015-11-22 10:02:50 -07:00
Loren Gordon
c71825d3b0
Enforce length as an int, fixes #29107
2015-11-22 10:21:08 -05:00