devstack - swift and Heat
Hi all,
Im looking for a devstack install with swift / heat. I did a search in git but cant find one that works.
Can any one help please?
thanks.
First time here? Check out the FAQ!
I have the following in my local.conf:
# Heat
ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng
and
# Swift
ENABLED_SERVICES+=,s-proxy,s-object,s-container,s-account
SWIFT_REPLICAS=1
SWIFT_HASH=011688b4413657e209e
And it does work.
Add the following lines to local.conf
:
enable_plugin heat git://git.openstack.org/openstack/heat master
enable_plugin swift git://git.openstack.org/openstack/swift master
Hello,
I add the info to my local and did a reinstall but did not work.
thanks
git clone https://git.openstack.org/openstack-dev/devstack
Without providing information about error messages, local.conf content, devstack version etc, you can't expect getting any help. I also wonder what you mean by "reinstall". Indeed, to be sure no old software remains, I would throw away the devstack host and reinstall it from scratch.
Asked: 2017-01-03 02:49:22 -0600
Seen: 237 times
Last updated: Jan 05 '17
What do you mean by "search in git"? Have you tried this local.conf: https://www.sebastien-han.fr/blog/201.... It's old and may require tweaking.