Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug is in api method deregister service. #119

Open
linuxoid69 opened this issue Jun 25, 2018 · 3 comments
Open

Bug is in api method deregister service. #119

linuxoid69 opened this issue Jun 25, 2018 · 3 comments

Comments

@linuxoid69
Copy link

linuxoid69 commented Jun 25, 2018

import consulate

consul_host = os.environ['CONSUL_HOST']

consul = consulate.Consul(consul_host)

consul.agent.service.deregister('redis')

Your code use Method GET. You need to use ### PUT.
So, service can't been deleted.

16:55:48.376090 IP colswic01.test.local.56820 > 172.18.0.2.8500: Flags [P.], seq 323:501, ack 491, win 245, options [nop,nop,TS val 1460761607 ecr 1460761605], length 178
E...L.@.@.............!4..:68.......Y......
W.t.W.t.GET /v1/agent/service/deregister/redis HTTP/1.1
Host: 127.0.0.1:8500
Accept-Encoding: gzip, deflate
Connection: keep-alive
User-Agent: python-requests/2.19.1
Accept: /

16:55:48.376423 IP 172.18.0.2.8500 > colswic01.test.local.56820: Flags [P.], seq 491:737, ack 501, win 252, options [nop,nop,TS val 1460761607 ecr 1460761607], length 246
E..*..@[email protected].........!4..8.....:.....YD.....
W.t.W.t.HTTP/1.1 405 Method Not Allowed
Allow: OPTIONS,PUT
Content-Encoding: gzip
Content-Type: text/plain; charset=utf-8
Vary: Accept-Encoding
Date: Mon, 25 Jun 2018 13:55:48 GMT
Content-Length: 46

@gbiv
Copy link

gbiv commented Oct 11, 2018

I'm seeing this as well. Is this the wrong API to call?

@karma0
Copy link

karma0 commented Oct 25, 2018

This seems related to the following change in Consul: hashicorp/consul#3659 (comment)

@Deadkorskiy
Copy link

pip was not updated https://pypi.org/project/consulate/#files
consul.agent.service.deregister('redis') still use return self._get_no_response_body(['deregister', service_id]) instead _put_no_response_body().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants