Skip to content

softlayer/chef-openstack

Repository files navigation

All of our public content is built from minimal static webpages made using Bootstrap CSS, Foundation and Jekyll.

Download

Two download options are available.

Docs

Below is a list of other docs related to this project.

Community

Keep track of development and community news.

Finding Support

Running into Problems?

Here are a few known issues and solutions that we came across during development.

Liquid Exception: Incompatible character encodings

  • Problem: Getting a "Liquid Exception: incompatible character encodings: UTF-8 and IBM437 in index.html" error after running jekyll serve.

  • Cause: The CLI does not use UTF-8 by default (especially if you use Git for Windows).

  • Solution: Run these commands first.

    $ cmd $ chcp 65001 $ exit

Note: You only have to run these commands when you first open your CLI. You will not need to run these commands again until you close it.

Conversion error

  • Problem: Getting a "Conversion error: There was an error converting 'file_name.md'".
  • Cause: An unexpected paragraph or break tag is in the markdown file.
  • Solution: Delete all paragraph and break tags.

maruku to_s will be deprecated soon

  • Problem: Getting a "maruku to_s will be deprecated soon" error.
  • Cause: A HTML tag is not closed.
  • Solution: Close all HTML tags.

Copyright and License

Copyright (c) 2013 SoftLayer Technologies, Inc., an IBM Company. All content herein is licensed under the MIT License.

About

These are a concise set of recipes for OpenStack and SoftLayer servers. In addition, the following site provides a getting started guide for OpenStack on SoftLayer.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors