Blog

A blog about Linux and others technical amenities.

OpenStack in a local Vagrant box

This post is about running an OpenStack inside a Vagrant box, which can be useful if you need to develop some provisioning tools, like terraform scripts, that use OpenStack API.

Read JSON files in Golang

I'm using Go language now and I needed to read JSON files. How do I do that? Well, thankfully Golang has an extensive standard library which make it easy. Here's how I did it.