Skip to content

jrzeszutek/cloudify-openstack-plugin

 
 

Repository files navigation

cloudify-openstack-plugin

Circle CI Build Status

Cloudify OpenStack Plugin

Usage

See Openstack Plugin

Known Issues

You may experience such an error when using a local profile:

ERROR:cloudify.cli.main:(PyYAML 3.10 (/.../python2.7/site-packages), Requirement.parse('PyYAML>=3.12'), set(['oslo.config']))

Cloudify CLI requires PyYAML 3.10, whereas Openstack Python SDK Libraries require PyYAML 3.12. For this reason, if you wish to use Cloudify Openstack Plugin in a local profile, you will need to upgrade the PyYAML 3.12 in your virtualenv.

Fix:

pip install -U pyyaml==3.12

At this stage, you should no longer use the flag --install-plugins with the cfy CLI.

About

Cloudify OpenStack Plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Makefile 0.2%