Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote branch stable/havana not found #7

Open
MitchK opened this issue Oct 12, 2014 · 1 comment
Open

Remote branch stable/havana not found #7

MitchK opened this issue Oct 12, 2014 · 1 comment

Comments

@MitchK
Copy link

MitchK commented Oct 12, 2014

Here is the output:

me@mymachine $ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'precise'...
==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: vagrant-devstack_default_1413106129838_78458
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
    default: Adapter 2: hostonly
==> default: Forwarding ports...
    default: 22 => 2222 (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2222
    default: SSH username: vagrant
    default: SSH auth method: private key
    default: Warning: Connection timeout. Retrying...
    default: Warning: Remote connection disconnect. Retrying...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
==> default: Setting hostname...
==> default: Configuring and enabling network interfaces...
==> default: Mounting shared folders...
    default: /vagrant => /Users/michael/repos/vagrant-devstack
==> default: Running provisioner: shell...
    default: Running: /var/folders/s1/2q3rcx_d78g353nlw2pzlzgh0000gn/T/vagrant-shell20141012-40320-wab7rn.sh
==> default: run script from /vagrant
==> default: Ign http://security.ubuntu.com trusty-security InRelease
==> default: Get:1 http://security.ubuntu.com trusty-security Release.gpg [933 B]
==> default: Get:2 http://security.ubuntu.com trusty-security Release [59.7 kB]
==> default: Ign http://archive.ubuntu.com trusty InRelease
==> default: Ign http://archive.ubuntu.com trusty-updates InRelease
==> default: Get:3 http://security.ubuntu.com trusty-security/main Sources [47.0 kB]
==> default: Hit http://archive.ubuntu.com trusty Release.gpg
==> default: Get:4 http://archive.ubuntu.com trusty-updates Release.gpg [933 B]
==> default: Get:5 http://security.ubuntu.com trusty-security/universe Sources [10.8 kB]
==> default: Get:6 http://security.ubuntu.com trusty-security/main amd64 Packages [148 kB]
==> default: Hit http://archive.ubuntu.com trusty Release
==> default: Get:7 http://archive.ubuntu.com trusty-updates Release [59.7 kB]
==> default: Get:8 http://security.ubuntu.com trusty-security/universe amd64 Packages [49.8 kB]
==> default: Get:9 http://security.ubuntu.com trusty-security/main Translation-en [72.4 kB]
==> default: Get:10 http://archive.ubuntu.com trusty/main Sources [1,064 kB]
==> default: Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [29.0 kB]
==> default: Get:12 http://archive.ubuntu.com trusty/universe Sources [6,399 kB]
==> default: Hit http://archive.ubuntu.com trusty/main amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/universe amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/main Translation-en
==> default: Hit http://archive.ubuntu.com trusty/universe Translation-en
==> default: Get:13 http://archive.ubuntu.com trusty-updates/main Sources [126 kB]
==> default: Get:14 http://archive.ubuntu.com trusty-updates/universe Sources [86.7 kB]
==> default: Get:15 http://archive.ubuntu.com trusty-updates/main amd64 Packages [339 kB]
==> default: Get:16 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [210 kB]
==> default: Get:17 http://archive.ubuntu.com trusty-updates/main Translation-en [151 kB]
==> default: Get:18 http://archive.ubuntu.com trusty-updates/universe Translation-en [106 kB]
==> default: Ign http://archive.ubuntu.com trusty/main Translation-en_US
==> default: Ign http://archive.ubuntu.com trusty/universe Translation-en_US
==> default: Fetched 8,961 kB in 33s (266 kB/s)
==> default: Reading package lists...
==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
==> default: Selecting previously unselected package liberror-perl.
==> default: (Reading database ... 60945 files and directories currently installed.)
==> default: Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ...
==> default: Unpacking liberror-perl (0.17-1.1) ...
==> default: Selecting previously unselected package git-man.
==> default: Preparing to unpack .../git-man_1%3a1.9.1-1_all.deb ...
==> default: Unpacking git-man (1:1.9.1-1) ...
==> default: Selecting previously unselected package git.
==> default: Preparing to unpack .../git_1%3a1.9.1-1_amd64.deb ...
==> default: Unpacking git (1:1.9.1-1) ...
==> default: Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
==> default: Setting up liberror-perl (0.17-1.1) ...
==> default: Setting up git-man (1:1.9.1-1) ...
==> default: Setting up git (1:1.9.1-1) ...
==> default: Download devstack into /home/vagrant/devstack
==> default: Cloning into '/home/vagrant/devstack'...
==> default: fatal: Remote branch stable/havana not found in upstream origin
==> default: Unexpected end of command stream
==> default: Copy configuration
==> default: copy config from /vagrant/config/localrc to /home/vagrant/devstack/localrc
==> default: cp: 
==> default: cannot create regular file ‘/home/vagrant/devstack/localrc’
==> default: : No such file or directory
==> default: chown: 
==> default: cannot access ‘/home/vagrant/devstack/localrc’
==> default: : No such file or directory
==> default: Start Devstack
==> default: bash: line 0: cd: /home/vagrant/devstack: No such file or directory
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
@chris-rock
Copy link
Member

@MitchK currently this devstack is not up to date anymore with the open stack releases. I recommend to go forward with http://devstack.org/guides/single-vm.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants