Description of problem: Rather than "base_url=http://localhost", let's move to the following: [server] server_name=localhost This is in place of base_url. Also, we require ssl, so should always be https. Also, [messaging] server_name=localhost /* This is a local override if you are connecting to an external broker */ server_port=5672
There are three items to do as a result of discussing this bug: 1. Refactor baseurl into servername 2. Remove the "scheme" attribute; we always require https so just default it. 3. Remove [messaging] entirely, this is now held in the gofer configuration.
[messaging] needs to stay in the pulp.conf. It controls how the pulp server connects to qpid.
What is the base_url used for?
also remove local_storage as an config option. Allowing users to update this can do bad things to pulp data.
commit e9007e187a114d8eb82f3906a4979e285c1e0542 Author: Pradeep Kilambi <pkilambi> Date: Thu Feb 3 16:51:30 2011 -0500 commit 9849c900c65acefa70db52760e698868f4cac7ee Author: Pradeep Kilambi <pkilambi> Date: Thu Feb 3 12:27:27 2011 -0500
Fixed in 0.135.
[root@preethi ~]# rpm -q pulp pulp-0.0.144-1.fc14.noarch failing as step 2 in comment#1 is still not addressed. from client.cong [server] host = localhost port = 443 scheme = https path = /pulp/api interval = 240
Closing with current community release pulp-0.0.223