Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Initial support for OpenStack
Browse files Browse the repository at this point in the history
  • Loading branch information
higebu committed Dec 20, 2016
1 parent 6449dd3 commit 005dac4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ sbin_SCRIPTS += scripts/vyos-cloudinit
sysconf_DATA =
sysconf_DATA += sysconf/vyos-cloudinit/vyos-cloudinit.conf
sysconf_DATA += sysconf/vyos-cloudinit/ec2.conf
sysconf_DATA += sysconf/vyos-cloudinit/openstack.conf

cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \
cpio -0pd
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
vyos-cloudinit (0.2.0) unstable; urgency=low

* Initial support for OpenStack .

-- Yuya Kusakabe <[email protected]> Tue, 20 Dec 2016 14:45:54 +0900

vyos-cloudinit (0.1.0) unstable; urgency=low

* Add command templates.
Expand Down
3 changes: 3 additions & 0 deletions sysconf/vyos-cloudinit/openstack.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SSH_USER="vyos"
SSH_KEY="http://169.254.169.254/latest/meta-data/public-keys/0/openssh-key"
USER_DATA="http://169.254.169.254/latest/user_data"

0 comments on commit 005dac4

Please sign in to comment.